We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61a5c6 commit 42d92abCopy full SHA for 42d92ab
.github/workflows/publish-to-pypi.yml
@@ -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