Commit 318ce0c 1 parent 6b67c73 commit 318ce0c Copy full SHA for 318ce0c
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
name : Build universal wheel and source distribution
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : ./.github/actions/install-python-and-package
16
16
with :
17
17
extras-require : publishing
@@ -26,11 +26,11 @@ jobs:
26
26
runs-on : ubuntu-latest
27
27
if : github.event_name == 'workflow_dispatch'
28
28
steps :
29
- - uses : actions/download-artifact@v3
29
+ - uses : actions/download-artifact@v4
30
30
with :
31
31
name : artifact
32
32
path : dist
33
- - uses : pypa/gh-action-pypi-publish@v1.4.2
33
+ - uses : pypa/gh-action-pypi-publish@v1.12.4
34
34
with :
35
35
user : __token__
36
36
password : ${{ secrets.TEST_PYPI_TOKEN }}
@@ -41,11 +41,11 @@ jobs:
41
41
runs-on : ubuntu-latest
42
42
if : github.event_name == 'release' && github.event.action == 'published'
43
43
steps :
44
- - uses : actions/download-artifact@v3
44
+ - uses : actions/download-artifact@v4
45
45
with :
46
46
name : artifact
47
47
path : dist
48
- - uses : pypa/gh-action-pypi-publish@v1.4.2
48
+ - uses : pypa/gh-action-pypi-publish@v1.12.4
49
49
with :
50
50
user : __token__
51
51
password : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments