File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
permissions :
25
25
contents : read
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
persist-credentials : false
30
30
48
48
- name : Install dependencies
49
49
run : |
50
50
python -m pip install --upgrade pip
51
- pip install tox==3.25 .1
51
+ pip install tox==4.11 .1
52
52
53
53
- name : Run tox
54
54
run : tox -e ${{ matrix.name }}
@@ -127,7 +127,7 @@ jobs:
127
127
contents : read
128
128
129
129
steps :
130
- - uses : actions/checkout@v3
130
+ - uses : actions/checkout@v4
131
131
with :
132
132
fetch-depth : 0
133
133
persist-credentials : false
@@ -145,7 +145,7 @@ jobs:
145
145
run : python -m build
146
146
147
147
- name : Publish package
148
- uses : pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
148
+ uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
149
149
with :
150
150
user : __token__
151
151
password : ${{ secrets.pypi_token }}
You can’t perform that action at this time.
0 commit comments