We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b6438 commit 8f21672Copy full SHA for 8f21672
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,7 @@ name: Publish to PyPI
3
on:
4
release:
5
types: [published]
6
+ workflow_dispatch: # allows manual runs from the Actions tab
7
8
jobs:
9
build:
@@ -25,7 +26,7 @@ jobs:
25
26
publish:
27
needs: build
28
runs-on: ubuntu-latest
- environment: pypi # must match the environment in your PyPI publisher config
29
+ environment: pypi # must match the environment in PyPI publisher config
30
permissions:
31
id-token: write # REQUIRED for trusted publishing (OIDC)
32
steps:
0 commit comments