We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e49b88 commit bc4c9d0Copy full SHA for bc4c9d0
.github/workflows/publish_to_pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Check wheel content
33
run: python3 utils/check_dist_content.py
34
- name: Store the distribution packages
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: python-package-distributions
38
path: dist/
0 commit comments