Skip to content

Commit

Permalink
Merge pull request #179 from boeschf/fix/pypi_deploy
Browse files Browse the repository at this point in the history
fix wheel download for publishing on pypi
  • Loading branch information
boeschf authored Jan 6, 2025
2 parents c08f987 + 7077201 commit 08ba21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id-token: write
steps:
- name: Download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ghex-dist
path: dist
Expand Down

0 comments on commit 08ba21e

Please sign in to comment.