Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Nov 10, 2024
1 parent 6f1b861 commit e9607ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: 3.11.1

- name: Set Up Poetry
run: pipx install poetry==1.5.0
run: pipx install poetry==1.8.2

- name: Set Up Cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: celsiusnarhwal/poetry-publish@v2
with:
python-version: 3.12.6
poetry-version: $(cat .poetry-version)
poetry-version: 1.8.2
build: true
token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit e9607ff

Please sign in to comment.