Skip to content

Commit f5df9db

Browse files
authored
Update publish-pypi job dependencies
1 parent 998b83a commit f5df9db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
publish-pypi:
7373
name: Publish to PyPI
74-
needs: [build, publish-testpypi]
74+
needs: build
7575
runs-on: ubuntu-latest
7676
if: >
7777
(github.event_name == 'workflow_dispatch' && github.event.inputs.target == 'pypi') ||

0 commit comments

Comments
 (0)