Skip to content

Commit

Permalink
CI: fixed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 6, 2024
1 parent 4b4512a commit 7d2f429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
- build-python-package
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit 7d2f429

Please sign in to comment.