Skip to content

Commit

Permalink
Bump up gh-action-pypi-publish to v1.9.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc authored Aug 13, 2024
1 parent 19cc928 commit 6b1d193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
permissions:
id-token: write # OIDC for PyPi Trusted Publisher feature
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand All @@ -36,6 +38,4 @@ jobs:
- name: Build a binary wheel
run: python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
password: ${{ secrets.PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@v1.9.0

0 comments on commit 6b1d193

Please sign in to comment.