diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6856fb0..5ddf6c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish to Test PyPI.org +name: Publish to PyPI.org on: release: types: [published] @@ -26,8 +26,7 @@ jobs: python -m build --sdist --wheel --outdir dist/ twine check dist/* - - name: Publish package on Test PyPI + - name: Publish package on PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }}