Skip to content

Commit

Permalink
fix: do not publish if creating a release failed
Browse files Browse the repository at this point in the history
  • Loading branch information
escaped committed Dec 19, 2020
1 parent c243039 commit 296fc14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}

publish:
needs: [release]
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 296fc14

Please sign in to comment.