Skip to content

Commit 76cca38

Browse files
committed
Disable publishing into test pypi
1 parent 030618b commit 76cca38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Build a binary wheel and a source tarball
2424
run: |
2525
python -m build --sdist --wheel --outdir dist/ .
26-
- name: Publish distribution 📦 to Test PyPI
27-
if: github.ref == 'refs/heads/master'
28-
uses: pypa/gh-action-pypi-publish@master
29-
with:
30-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
31-
repository_url: https://test.pypi.org/legacy/
26+
# - name: Publish distribution 📦 to Test PyPI
27+
# if: github.ref == 'refs/heads/master'
28+
# uses: pypa/gh-action-pypi-publish@master
29+
# with:
30+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
31+
# repository_url: https://test.pypi.org/legacy/
3232
- name: Publish distribution 📦 to PyPI
3333
if: startsWith(github.ref, 'refs/tags')
3434
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)