Skip to content

Commit

Permalink
Fix macos wheels not being all uploaded to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-justeau committed Oct 2, 2024
1 parent 85a6939 commit c191793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
upload-pypi-macos:
needs: build-macos
runs-on: ubuntu-20.04
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
strategy:
matrix:
os : [macos-14, macos-13, macos-12]
Expand Down

0 comments on commit c191793

Please sign in to comment.