Skip to content

Commit 636c3bc

Browse files
committed
Disable uploading to pypi for main
1 parent 9462b16 commit 636c3bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
publish_pypi:
147147
name: Publish Artifacts to PyPI
148148
runs-on: ubuntu-latest
149+
if: ${{ !always() }}
149150
needs: [workflow_state, build_sdist, build_wheels]
150151
environment:
151152
name: ${{ needs.workflow_state.outputs.ci_env }}

0 commit comments

Comments
 (0)