Skip to content

Commit

Permalink
Hotfix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg authored Nov 10, 2024
1 parent 4c30601 commit 6259648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.11"

- name: Set up Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.3"

Expand All @@ -29,7 +29,7 @@ jobs:
run: poetry build >> $GITHUB_STEP_SUMMARY

- name: Store distribution files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: distribution
path: dist/
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: "3.11"

- name: Set up Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.3"

Expand Down

0 comments on commit 6259648

Please sign in to comment.