We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5fd08d + c82f38f commit 466e614Copy full SHA for 466e614
.github/workflows/release.yml
@@ -54,11 +54,11 @@ jobs:
54
run: |
55
export VER=v$(python -c "exec(open('src/fcl/version.py','r').read());print(__version__)")
56
echo "tag_name=${VER}" >> $GITHUB_OUTPUT
57
- - uses: actions/download-artifact@v3
58
- with:
59
- path: dist
60
- pattern: wheels-*
61
- merge-multiple: true
+ - uses: actions/download-artifact@v4
+ with:
+ path: dist
+ pattern: wheels-*
+ merge-multiple: true
62
- uses: ncipollo/release-action@v1.14.0
63
with:
64
artifacts: "dist/*"
src/fcl/version.py
@@ -1 +1 @@
1
-__version__ = "0.7.0.7"
+__version__ = "0.7.0.8"
0 commit comments