Skip to content

Commit

Permalink
pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
strawpants committed Mar 19, 2024
1 parent 72050ca commit eec9914
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit eec9914

Please sign in to comment.