Skip to content

Commit d17dcce

Browse files
Update publish.yml
1 parent cfd65cd commit d17dcce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
run: |
2525
python -m build
2626
- name: Publish package distributions to PyPI
27-
uses: pypa/gh-action-pypi-publish@release/v1
27+
uses: pypa/gh-action-pypi-publish@release/v1
28+
with:
29+
environment: pypi

0 commit comments

Comments
 (0)