Commit e24eb59e authored by Boris Bonev's avatar Boris Bonev
Browse files

Removing test.PyPI from workflows

parent 00d1186f
...@@ -27,12 +27,12 @@ jobs: ...@@ -27,12 +27,12 @@ jobs:
- name: Build a binary wheel and a source tarball - name: Build a binary wheel and a source tarball
run: | run: |
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
- name: Publish package to TestPyPI # - name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@master # uses: pypa/gh-action-pypi-publish@master
with: # with:
user: __token__ # user: __token__
password: ${{ secrets.TEST_PYPI_PASSWORD }} # password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository_url: https://test.pypi.org/legacy/ # repository_url: https://test.pypi.org/legacy/
- name: Publish package to PyPI - name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment