Skip to content

Commit 005276f

Browse files
committed
python 3.12
1 parent 21ce9a5 commit 005276f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build a binary wheel and a source tarball
3333
run: python -m build
3434
- name: Store the distribution packages
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: python-package-distributions
3838
path: dist/
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download all the dists
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5555
with:
5656
name: python-package-distributions
5757
path: dist/

0 commit comments

Comments
 (0)