Skip to content

Commit

Permalink
cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Mar 11, 2024
1 parent 2b79469 commit 134a1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

upload_all:
name: Upload if release
needs: [build_wheels, build_sdist]
needs: [build_wheels] #, build_sdist]
runs-on: ubuntu-latest
# if: github.event_name == 'release' && github.event.action == 'published'

Expand Down

0 comments on commit 134a1c6

Please sign in to comment.