Skip to content

Commit

Permalink
ci: publish need both steps to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Sep 15, 2023
1 parent c3ade4f commit 751ae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
publish:
needs: [dist]
needs: [dist, test-built-dist]
name: Publish to PyPI
environment: pypi
permissions:
Expand Down

0 comments on commit 751ae3b

Please sign in to comment.