We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8412342 commit 9912797Copy full SHA for 9912797
1 file changed
.github/workflows/publish-pypi.yml
@@ -13,6 +13,7 @@ on:
13
jobs:
14
build-and-publish:
15
runs-on: ubuntu-latest
16
+ environment: pypi
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up Python
0 commit comments