Skip to content

Commit

Permalink
fix: correction build.yaml /3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dornech committed Dec 15, 2024
1 parent e545d3a commit e9ba177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

publish-pypi:
runs-on: ubuntu-latest
needs: [ build-distribution, build-publish-testpypi ]
needs: [ build-distribution, publish-testpypi ]
environment:
name: pypi
url: https://pypi.org/project/p{{ github.event.repository.name }}
Expand Down

0 comments on commit e9ba177

Please sign in to comment.