File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
name : Run CircleCI artifacts redirector
6
6
steps :
7
7
- name : GitHub Action step
8
- uses : scientific-python/circleci-artifacts-redirector-action@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1 .0
8
+ uses : scientific-python/circleci-artifacts-redirector-action@839631420e45a08af893032e5a5e8843bf47e8ff # v1.2 .0
9
9
with :
10
10
repo-token : ${{ secrets.GITHUB_TOKEN }}
11
11
api-token : ${{ secrets.CIRCLECI_ARTIFACT_REDIRECTOR_TOKEN }}
Original file line number Diff line number Diff line change 12
12
name : sdist and wheels
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
with :
17
17
fetch-depth : 0
18
18
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
40
40
# IMPORTANT: this permission is mandatory for trusted publishing
41
41
id-token : write
42
42
steps :
43
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
43
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
44
44
with :
45
45
name : dist
46
46
path : dist
Original file line number Diff line number Diff line change 27
27
run :
28
28
shell : bash -eo pipefail {0}
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
32
32
- name : Python setup
33
33
uses : actions/setup-python@v5
80
80
os : [ubuntu]
81
81
python-version : ["3.11", "3.12", "3.13"]
82
82
steps :
83
- - uses : actions/checkout@v4
83
+ - uses : actions/checkout@v5
84
84
85
85
- name : Python setup
86
86
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments