Skip to content

Commit

Permalink
Remove TestPyPi (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rmr1d3r authored Jul 7, 2023
1 parent c2cd85c commit 40290b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
- name: Build a binary wheel
run: python setup.py sdist bdist_wheel

- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 40290b9

Please sign in to comment.