Skip to content

Commit

Permalink
Remove push to Test PyPI registry
Browse files Browse the repository at this point in the history
  • Loading branch information
x00Pavel committed Oct 15, 2024
1 parent c211240 commit 67004e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build --sdist --wheel --outdir dist/ .

- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

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

0 comments on commit 67004e0

Please sign in to comment.