We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd65cd commit d17dcceCopy full SHA for d17dcce
.github/workflows/publish.yml
@@ -24,4 +24,6 @@ jobs:
24
run: |
25
python -m build
26
- name: Publish package distributions to PyPI
27
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
28
+ with:
29
+ environment: pypi
0 commit comments