Skip to content

Commit b38b764

Browse files
committed
UPddate CI
1 parent a5a143b commit b38b764

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy_pypi.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
- name: Build a binary wheel and a source tarball
3939
run: |
4040
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/
4741
- name: Publish package to PyPI
4842
uses: pypa/gh-action-pypi-publish@master
4943
with:

0 commit comments

Comments
 (0)