Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Oct 19, 2023
1 parent dd52481 commit 81574b5
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 @@ -65,7 +65,7 @@ jobs:
name: dist
path: dist/*.tar.gz
upload_pypi:
needs: [build_wheels, build_sdist]
needs: [build_wheels, import_library, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
Expand Down

0 comments on commit 81574b5

Please sign in to comment.