diff --git a/.github/workflows/pypi-test-upload.yml b/.github/workflows/pypi-upload.yml similarity index 86% rename from .github/workflows/pypi-test-upload.yml rename to .github/workflows/pypi-upload.yml index 4959bf9..8f67bad 100644 --- a/.github/workflows/pypi-test-upload.yml +++ b/.github/workflows/pypi-upload.yml @@ -7,7 +7,7 @@ on: jobs: build-n-publish: - name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI + name: Build and publish Python 🐍 distributions 📦 to PyPI runs-on: ubuntu-latest steps: @@ -33,9 +33,8 @@ jobs: --outdir dist/ . - - name: Publish distribution 📦 to Test PyPI + - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: username: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/