Skip to content

Commit

Permalink
Merge pull request #78 from projectsyn/fix/ci-upload-wheels
Browse files Browse the repository at this point in the history
Fix CI job which uploads Python package to PyPI
  • Loading branch information
simu authored Jan 11, 2024
2 parents 3253318 + a588948 commit c221bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/v')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: wheels
- name: Publish to PyPI
Expand Down

0 comments on commit c221bb2

Please sign in to comment.