We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0987e54 commit ccfae3aCopy full SHA for ccfae3a
.github/workflows/publish.yml
@@ -42,8 +42,6 @@ jobs:
42
name: Publish to PyPI (GitHub Release only)
43
runs-on: ubuntu-latest
44
needs: build_sdist_and_wheel
45
- # Run only when a release is published
46
- if: github.event_name == 'release' && github.event.action == 'published'
47
environment: pypi
48
permissions:
49
id-token: write
0 commit comments