File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
name : attach to PR
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : scientific-python/attach-next-milestone-action@bc07be829f693829263e57d5e8489f4e57d3d420
15
+ - uses : scientific-python/attach-next-milestone-action@c9cfab10ad0c67fed91b01103db26b7f16634639
16
16
with :
17
17
token : ${{ secrets.MILESTONE_LABELER_TOKEN }}
18
18
force : true
Original file line number Diff line number Diff line change 24
24
pip install -U build twine wheel
25
25
python -m build --sdist --wheel
26
26
- run : twine check --strict dist/*
27
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
27
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
28
28
with :
29
29
name : dist
30
30
path : dist
40
40
# IMPORTANT: this permission is mandatory for trusted publishing
41
41
id-token : write
42
42
steps :
43
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
43
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
44
44
with :
45
45
name : dist
46
46
path : dist
You can’t perform that action at this time.
0 commit comments