Skip to content

Commit aafa5ef

Browse files
committed
build musl arm64
1 parent c3fb92f commit aafa5ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_musllinux_arm64_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,11 @@ jobs:
337337
continue-on-error: false
338338
# Upload wheels to release
339339
- name: Upload wheels to release
340-
if: startsWith(github.ref, 'refs/tags/v')
340+
if: always()
341341
run: |
342342
echo "=== Uploading wheels to release ==="
343343
ls -la ./dist/
344-
gh release upload ${{ github.ref_name }} ./dist/*.whl --clobber
344+
gh release upload v3.7.1 ./dist/*.whl --clobber
345345
env:
346346
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
347347
continue-on-error: true
@@ -363,7 +363,7 @@ jobs:
363363
364364
# Upload to PyPI
365365
- name: Upload pypi
366-
if: startsWith(github.ref, 'refs/tags/v')
366+
if: always()
367367
run: |
368368
echo "=== Uploading to PyPI ==="
369369
ls -la ./dist/

0 commit comments

Comments
 (0)