We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030618b commit 76cca38Copy full SHA for 76cca38
.github/workflows/publish.yml
@@ -23,12 +23,12 @@ jobs:
23
- name: Build a binary wheel and a source tarball
24
run: |
25
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/
+# - name: Publish distribution 📦 to Test PyPI
+# if: github.ref == 'refs/heads/master'
+# uses: pypa/gh-action-pypi-publish@master
+# with:
+# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+# repository_url: https://test.pypi.org/legacy/
32
- name: Publish distribution 📦 to PyPI
33
if: startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@master
0 commit comments