File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
- - uses : actions/setup-python@v3
15
+ - uses : actions/setup-python@v4
16
16
with :
17
17
python-version : " 3.9"
18
18
- name : Install dependencies
23
23
run : python -m build --sdist .
24
24
env :
25
25
BUILD_PYTENSOR_NIGHTLY : true
26
- - uses : pypa/gh-action-pypi-publish@v1.4.2
26
+ - uses : pypa/gh-action-pypi-publish@v1.6.4
27
27
with :
28
28
user : __token__
29
29
password : ${{ secrets.nightly_pypi_secret }}
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v3
31
31
with :
32
32
fetch-depth : 0
33
- - uses : actions/setup-python@v3
33
+ - uses : actions/setup-python@v4
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Build the sdist and the wheel
72
72
with :
73
73
name : artifact
74
74
path : dist
75
- - uses : pypa/gh-action-pypi-publish@master
75
+ - uses : pypa/gh-action-pypi-publish@v1.6.4
76
76
with :
77
77
user : __token__
78
78
password : ${{ secrets.pypi_secret }}
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
52
52
if : ${{ needs.changes.outputs.changes == 'true' }}
53
53
steps :
54
54
- uses : actions/checkout@v3
55
- - uses : actions/setup-python@v2
55
+ - uses : actions/setup-python@v4
56
56
with :
57
57
python-version : ' 3.9'
58
- - uses : pre-commit/action@v2 .0.0
58
+ - uses : pre-commit/action@v3 .0.0
59
59
60
60
test :
61
61
name : " Test py${{ matrix.python-version }}: ${{ matrix.part }}"
@@ -179,7 +179,7 @@ jobs:
179
179
env :
180
180
PYTHON_VERSION : 3.9
181
181
- name : Download previous benchmark data
182
- uses : actions/cache@v1
182
+ uses : actions/cache@v3
183
183
with :
184
184
path : ./cache
185
185
key : ${{ runner.os }}-benchmark
@@ -220,9 +220,9 @@ jobs:
220
220
- uses : actions/checkout@v3
221
221
222
222
- name : Set up Python
223
- uses : actions/setup-python@v1
223
+ uses : actions/setup-python@v4
224
224
with :
225
- python-version : 3.7
225
+ python-version : " 3.10 "
226
226
227
227
- name : Install dependencies
228
228
run : |
You can’t perform that action at this time.
0 commit comments