Skip to content

Commit 5354377

Browse files
committed
remove pypi deploy
1 parent dffc269 commit 5354377

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
python -m pip install --upgrade pip
5656
pip install --index-url https://test.pypi.org/simple/ --no-deps mypackage
5757
58-
- name: Publish to PyPI
59-
if: success()
60-
uses: pypa/gh-action-pypi-publish@release/v1
61-
with:
62-
user: __token__
63-
password: ${{ secrets.PYPI_API_TOKEN }}
58+
# - name: Publish to PyPI
59+
# if: success()
60+
# uses: pypa/gh-action-pypi-publish@release/v1
61+
# with:
62+
# user: __token__
63+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)