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 61
61
path : array-api-tests
62
62
63
63
- name : Set up Python ${{ matrix.python-version }}
64
- uses : actions/setup-python@v5
64
+ uses : actions/setup-python@v6
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
67
67
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 .[docs]
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
@@ -95,14 +95,14 @@ jobs:
95
95
# if: >-
96
96
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
97
97
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
98
- # uses: pypa/gh-action-pypi-publish@v1.12.4
98
+ # uses: pypa/gh-action-pypi-publish@v1.13.0
99
99
# with:
100
100
# repository-url: https://test.pypi.org/legacy/
101
101
# print-hash: true
102
102
103
103
- name : Publish distribution 📦 to PyPI
104
104
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
105
- uses : pypa/gh-action-pypi-publish@v1.12.4
105
+ uses : pypa/gh-action-pypi-publish@v1.13.0
106
106
with :
107
107
print-hash : true
108
108
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 24
24
25
25
steps :
26
26
- uses : actions/checkout@v5
27
- - uses : actions/setup-python@v5
27
+ - uses : actions/setup-python@v6
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments