Skip to content

Commit

Permalink
chore(publish): setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Pajot authored and gpajot committed Oct 25, 2023
1 parent 364be60 commit 61a59c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- name: Install poetry
run: pip install poetry==1.*
- name: Publish
Expand Down

0 comments on commit 61a59c5

Please sign in to comment.