Skip to content

Commit

Permalink
Update GitHub Actions to use pypa/gh-action-pypi-publish@v1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Nov 13, 2024
1 parent f810799 commit 44c60bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: 🏗 Build package
run: poetry build --no-interaction
- name: 🚀 Publish package to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@v1.12.2
tweet:
name: 🐦 Tweet the release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 44c60bf

Please sign in to comment.