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 c3fb92f commit aafa5efCopy full SHA for aafa5ef
.github/workflows/build_musllinux_arm64_wheels.yml
@@ -337,11 +337,11 @@ jobs:
337
continue-on-error: false
338
# Upload wheels to release
339
- name: Upload wheels to release
340
- if: startsWith(github.ref, 'refs/tags/v')
+ if: always()
341
run: |
342
echo "=== Uploading wheels to release ==="
343
ls -la ./dist/
344
- gh release upload ${{ github.ref_name }} ./dist/*.whl --clobber
+ gh release upload v3.7.1 ./dist/*.whl --clobber
345
env:
346
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
347
continue-on-error: true
@@ -363,7 +363,7 @@ jobs:
363
364
# Upload to PyPI
365
- name: Upload pypi
366
367
368
echo "=== Uploading to PyPI ==="
369
0 commit comments