Skip to content

Commit

Permalink
Don't depend on source for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 25, 2024
1 parent 618c59e commit 80355ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
publish:
name: Publish to PyPI
runs-on: ubuntu-latest
needs: [source, wheels]
# needs: [source, wheels]
needs: wheels
if: github.event_name == 'release'

steps:
Expand Down

0 comments on commit 80355ee

Please sign in to comment.