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 09edcd9 commit 57592b5Copy full SHA for 57592b5
.github/workflows/publish-to-pypi.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build a binary wheel and a source tarball
23
run: python3 -m build
24
- name: Store the distribution packages
25
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
26
with:
27
name: python-package-distributions
28
path: dist/
0 commit comments