File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
33
submodules : ' true'
34
34
path : array-api-tests
35
35
- name : Set up Python ${{ matrix.python-version }}
36
- uses : actions/setup-python@v5
36
+ uses : actions/setup-python@v6
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
- name : Install Dependencies
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v5
10
- - uses : actions/setup-python@v5
10
+ - uses : actions/setup-python@v6
11
11
- name : Install Dependencies
12
12
run : |
13
13
python -m pip install -r docs/requirements.txt
Original file line number Diff line number Diff line change 35
35
fetch-depth : 0
36
36
37
37
- name : Set up Python
38
- uses : actions/setup-python@v5
38
+ uses : actions/setup-python@v6
39
39
with :
40
40
python-version : ' 3.x'
41
41
@@ -97,14 +97,14 @@ jobs:
97
97
# if: >-
98
98
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
99
99
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100
- # uses: pypa/gh-action-pypi-publish@v1.12.4
100
+ # uses: pypa/gh-action-pypi-publish@v1.13.0
101
101
# with:
102
102
# repository-url: https://test.pypi.org/legacy/
103
103
# print-hash: true
104
104
105
105
- name : Publish distribution 📦 to PyPI
106
106
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
107
- uses : pypa/gh-action-pypi-publish@v1.12.4
107
+ uses : pypa/gh-action-pypi-publish@v1.13.0
108
108
with :
109
109
print-hash : true
110
110
Original file line number Diff line number Diff line change 7
7
steps :
8
8
- uses : actions/checkout@v5
9
9
- name : Install Python
10
- uses : actions/setup-python@v5
10
+ uses : actions/setup-python@v6
11
11
with :
12
12
python-version : " 3.11"
13
13
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
steps :
19
19
- uses : actions/checkout@v5
20
- - uses : actions/setup-python@v5
20
+ - uses : actions/setup-python@v6
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments