Skip to content

Commit 79edce0

Browse files
committed
Workflow: temporary disable publish to PyPI, starting with TestPyPI
Signed-off-by: Boris Glimcher <[email protected]>
1 parent 87a8d40 commit 79edce0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
user: __token__
4545
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4646
repository_url: https://test.pypi.org/legacy/
47-
- name: Publish package to PyPI
48-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
49-
uses: pypa/gh-action-pypi-publish@release/v1
50-
with:
51-
user: __token__
52-
password: ${{ secrets.PYPI_API_TOKEN }}
47+
# - name: Publish package to PyPI
48+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
49+
# uses: pypa/gh-action-pypi-publish@release/v1
50+
# with:
51+
# user: __token__
52+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)