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 1212 - uses : actions/checkout@v3
1313 with :
1414 fetch-depth : 0
15- - uses : actions/setup-python@v3
15+ - uses : actions/setup-python@v4
1616 with :
1717 python-version : " 3.9"
1818 - name : Install dependencies
2323 run : python -m build --sdist .
2424 env :
2525 BUILD_PYTENSOR_NIGHTLY : true
26- - uses : pypa/gh-action-pypi-publish@v1.4.2
26+ - uses : pypa/gh-action-pypi-publish@v1.6.4
2727 with :
2828 user : __token__
2929 password : ${{ secrets.nightly_pypi_secret }}
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v3
3131 with :
3232 fetch-depth : 0
33- - uses : actions/setup-python@v3
33+ - uses : actions/setup-python@v4
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - name : Build the sdist and the wheel
7272 with :
7373 name : artifact
7474 path : dist
75- - uses : pypa/gh-action-pypi-publish@master
75+ - uses : pypa/gh-action-pypi-publish@v1.6.4
7676 with :
7777 user : __token__
7878 password : ${{ secrets.pypi_secret }}
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
5252 if : ${{ needs.changes.outputs.changes == 'true' }}
5353 steps :
5454 - uses : actions/checkout@v3
55- - uses : actions/setup-python@v2
55+ - uses : actions/setup-python@v4
5656 with :
5757 python-version : ' 3.9'
58- - uses : pre-commit/action@v2 .0.0
58+ - uses : pre-commit/action@v3 .0.0
5959
6060 test :
6161 name : " Test py${{ matrix.python-version }}: ${{ matrix.part }}"
@@ -179,7 +179,7 @@ jobs:
179179 env :
180180 PYTHON_VERSION : 3.9
181181 - name : Download previous benchmark data
182- uses : actions/cache@v1
182+ uses : actions/cache@v3
183183 with :
184184 path : ./cache
185185 key : ${{ runner.os }}-benchmark
@@ -220,9 +220,9 @@ jobs:
220220 - uses : actions/checkout@v3
221221
222222 - name : Set up Python
223- uses : actions/setup-python@v1
223+ uses : actions/setup-python@v4
224224 with :
225- python-version : 3.7
225+ python-version : " 3.10 "
226226
227227 - name : Install dependencies
228228 run : |
You can’t perform that action at this time.
0 commit comments