Skip to content

Commit

Permalink
Update pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adosar committed Oct 2, 2024
1 parent 5dbfde8 commit 9b830d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Publish Python 🐍 distribution 📦 to PyPI
name: Build and publish 📦 to PyPI

on:
workflow_run:
workflows: [Unittest]
types: [completed]
push:
branches: [master]

jobs:
build:
name: Build distribution 📦
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }} # build only if unittests succeed

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9b830d4

Please sign in to comment.