Skip to content

Commit

Permalink
cd: Fix release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Demel <[email protected]>
  • Loading branch information
jdemel committed Nov 30, 2022
1 parent a03fe11 commit 7fd8155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
types: [published]

jobs:
on-success:
build-n-publish:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI

steps:
Expand Down

0 comments on commit 7fd8155

Please sign in to comment.