Skip to content

Commit

Permalink
ci(py): consistent artifacts version
Browse files Browse the repository at this point in the history
  • Loading branch information
es3n1n committed Sep 25, 2024
1 parent 6b40917 commit 6f37d99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Check wheels
run: uvx twine check --strict wheelhouse/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: pybuild-wheels-${{ matrix.os }}
Expand Down Expand Up @@ -117,9 +117,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist
pattern: |
pybuild-wheels-*
pybuild-sdist
pattern: pybuild-*
merge-multiple: true

- name: List dist
Expand Down

0 comments on commit 6f37d99

Please sign in to comment.