Skip to content

Commit 0f57523

Browse files
ci: fix publish-prod to depend only on build for release event
1 parent 315b9ff commit 0f57523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
twine upload --repository testpypi dist/*
8181
8282
publish-prod:
83-
needs: [build, publish-test]
83+
needs: build
8484
runs-on: ubuntu-latest
8585
if: github.event_name == 'release' && github.event.action == 'published'
8686

0 commit comments

Comments
 (0)