Skip to content

Commit

Permalink
revert pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tkumor3 committed Feb 12, 2024
1 parent 0d7c607 commit 608a01d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
path: dist/*.tar.gz

upload_pypi:
name: Upload package to TestPyPI
name: Upload package to PyPI
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest

Expand All @@ -88,6 +88,5 @@ jobs:

- uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
with:
repository_url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 608a01d

Please sign in to comment.