Skip to content

Commit a4e0dc1

Browse files
committed
1.2.1
1 parent 6833038 commit a4e0dc1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cp README.md ./build
2424
python3 -m build build
2525
- name: Store the distribution packages
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: python-package-distributions
2929
path: build/dist/
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Download all the dists
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: python-package-distributions
4949
path: build/dist/
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download all the dists
70-
uses: actions/download-artifact@v3
70+
uses: actions/download-artifact@v4
7171
with:
7272
name: python-package-distributions
7373
path: build/dist/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cp README.md ./build
2929
python3 -m build build
3030
- name: Store the distribution packages
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: python-package-distributions
3434
path: build/dist/
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Download all the dists
51-
uses: actions/download-artifact@v3
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: python-package-distributions
5454
path: build/dist/

0 commit comments

Comments
 (0)