Skip to content

Commit

Permalink
build: pin pypi-publish version (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Lundin <nicklasl@spotify.com>
  • Loading branch information
nicklasl committed Nov 7, 2024
1 parent 7362a6f commit eccc478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
.
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit eccc478

Please sign in to comment.