Skip to content

Commit 8f21672

Browse files
committed
workflow update
1 parent 86b6438 commit 8f21672

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish to PyPI
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch: # allows manual runs from the Actions tab
67

78
jobs:
89
build:
@@ -25,7 +26,7 @@ jobs:
2526
publish:
2627
needs: build
2728
runs-on: ubuntu-latest
28-
environment: pypi # must match the environment in your PyPI publisher config
29+
environment: pypi # must match the environment in PyPI publisher config
2930
permissions:
3031
id-token: write # REQUIRED for trusted publishing (OIDC)
3132
steps:

0 commit comments

Comments
 (0)