Skip to content

Commit

Permalink
Publish only ubuntu wheels for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Dec 8, 2023
1 parent 87089c0 commit c0b39b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: dist/*.tar.gz

upload_pypi:
needs: [build_wheels]
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit c0b39b5

Please sign in to comment.