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 c42645c commit 642ab38Copy full SHA for 642ab38
.github/workflows/publish-to-pypi.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build a binary wheel and a source tarball
46
run: python3 -m build
47
- name: Store the distribution packages
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: python-package-distributions
51
path: dist/
0 commit comments