Skip to content

Commit

Permalink
Update pypi-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Nov 22, 2023
1 parent 364ce5c commit 0f29c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yaml
Expand Up @@ -65,7 +65,7 @@ jobs:
keyword: "[force-pypi-upload]"

test-built-dist:
needs: build-artifacts, detect-ci-skip
needs: [build-artifacts, detect-force-upload]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v3
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
skip_existing: true

upload-to-pypi:
needs: test-built-dist, detect-ci-skip
needs: [test-built-dist, detect-force-upload]
if: github.event_name == 'release' || needs.detect-force-upload.outputs.upload == 'true'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0f29c1f

Please sign in to comment.