1 parent 1b2c6cc commit 6a35108Copy full SHA for 6a35108
1 file changed
.github/workflows/publish-to-test-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