Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.13"

- name: Install Poetry and pre-commit 💈
run: pip install poetry==1.8.5 pre-commit
run: pip install poetry==2.2.1 pre-commit

- name: Install dependencies 🛠
run: poetry install
Expand Down Expand Up @@ -54,4 +54,5 @@ jobs:
path: dist

- name: Publish package to PyPI 🙌
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e #v1.13.0