Skip to content

Commit

Permalink
Python support from version 3.8 to 3.13 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Nov 12, 2024
1 parent a444bd1 commit 9407863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
id-token: write
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
pattern: artifacts-*
path: dist
Expand All @@ -412,7 +412,7 @@ jobs:
id-token: write
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
pattern: artifacts-*
path: dist
Expand Down

0 comments on commit 9407863

Please sign in to comment.