We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630cae2 commit af82ef0Copy full SHA for af82ef0
.github/workflows/publish-to-pypi.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build a binary wheel and a source tarball
25
run: python3 -m build
26
- name: Store the distribution packages
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: python-package-distributions
30
path: dist/
0 commit comments