Skip to content

Commit c221bb2

Browse files
authored
Merge pull request #78 from projectsyn/fix/ci-upload-wheels
Fix CI job which uploads Python package to PyPI
2 parents 3253318 + a588948 commit c221bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
if: "startsWith(github.ref, 'refs/tags/v')"
197197
needs: [linux, windows, macos, sdist]
198198
steps:
199-
- uses: actions/download-artifact@v4
199+
- uses: actions/download-artifact@v3
200200
with:
201201
name: wheels
202202
- name: Publish to PyPI

0 commit comments

Comments
 (0)