We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359bcf9 commit ce15f98Copy full SHA for ce15f98
.github/workflows/pypi.yaml
@@ -39,12 +39,6 @@ jobs:
39
run: |
40
python setup.py sdist bdist_wheel
41
42
- - name: Publish distribution to Test PyPI
43
- uses: pypa/gh-action-pypi-publish@master
44
- with:
45
- password: ${{ secrets.test_pypi_password }}
46
- repository_url: https://test.pypi.org/legacy/
47
-
48
- name: Publish distribution to PyPI
49
if: startsWith(github.ref, 'refs/tags')
50
uses: pypa/gh-action-pypi-publish@master
0 commit comments