From eec99140545867af8877ca27f6b2d54613f5814b Mon Sep 17 00:00:00 2001 From: Roelof Rietbroek Date: Tue, 19 Mar 2024 16:11:03 +0100 Subject: [PATCH] pypi version --- .github/workflows/python-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 7a23062..48b8cc8 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -102,15 +102,15 @@ jobs: #gh release upload #'${{ github.ref_name }}' dist/** #--repo '${{ github.repository }}' - publish-to-testpypi: - name: Publish Python 🐍 distribution 📦 to TestPyPI + publish-to-pypi: + name: Publish Python 🐍 distribution 📦 to PyPI needs: - build runs-on: ubuntu-latest environment: - name: testpypi - url: https://test.pypi.org/p/geoslurp + name: pypi + url: https://pypi.org/p/geoslurp permissions: id-token: write # IMPORTANT: mandatory for trusted publishing @@ -124,4 +124,4 @@ jobs: - name: Publish distribution 📦 to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - repository-url: https://test.pypi.org/legacy/ + repository-url: https://upload.pypi.org