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 a5a143b commit b38b764Copy full SHA for b38b764
1 file changed
.github/workflows/deploy_pypi.yml
@@ -38,12 +38,6 @@ jobs:
38
- name: Build a binary wheel and a source tarball
39
run: |
40
python setup.py sdist bdist_wheel
41
- - name: Publish package to TestPyPI
42
- uses: pypa/gh-action-pypi-publish@master
43
- with:
44
- user: __token__
45
- password: ${{ secrets.TEST_PYPI_PASSWORD }}
46
- repository_url: https://test.pypi.org/legacy/
47
- name: Publish package to PyPI
48
uses: pypa/gh-action-pypi-publish@master
49
with:
0 commit comments