We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72f458 commit 787ed4eCopy full SHA for 787ed4e
.github/workflows/publish.yml
@@ -49,11 +49,10 @@ jobs:
49
python -c "import mesa_frames; print(mesa_frames.__version__)"
50
- name: Update GitHub Release
51
uses: softprops/action-gh-release@v1
52
+ if: startsWith(github.ref, 'refs/tags/')
53
with:
54
files: |
55
dist/*
- tag_name: ${{ github.ref }}
56
- name: ${{ github.ref }}
57
- name: Create or recreate version branch
58
run: |
59
CURRENT_VERSION=$(hatch version)
0 commit comments