Skip to content

Commit cce2fd6

Browse files
activate Pypi release in github action
1 parent 3ef2b57 commit cce2fd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pypi_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
2424
repository_url: https://test.pypi.org/legacy/
25-
#- name: Publish distribution 📦 to PyPI
26-
# if: startsWith(github.ref, 'refs/tags')
27-
# uses: pypa/gh-action-pypi-publish@master
28-
# with:
29-
# password: ${{ secrets.PYPI_API_TOKEN }}
25+
- name: Publish distribution 📦 to PyPI
26+
if: startsWith(github.ref, 'refs/tags')
27+
uses: pypa/gh-action-pypi-publish@master
28+
with:
29+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)