Skip to content

Commit

Permalink
feat: making sure the unit tests are successfull before publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
seballgeyer committed Jul 19, 2024
1 parent 33bf5de commit f296903
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ on:
push:
tags:
- "*"
workflow_run:
workflows: ["python-cicd-units.yml"]
types:
- completed

permissions:
contents: read

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

0 comments on commit f296903

Please sign in to comment.