File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v4
1818
19- - name : Cache APT packages
20- 21- with :
22- packages : |
23- build-essential
24- python3-dev
25- python3-pip
26- python3-setuptools
27- python3-wheel
28- version : 1 # Increment this to force cache refresh if needed
29-
3019 - name : Set up Python
3120 uses : actions/setup-python@v5
3221 with :
9281 id-token : write # IMPORTANT: mandatory for sigstore
9382
9483 steps :
84+
85+ - name : Cache APT packages
86+ 87+ with :
88+ packages : |
89+ build-essential
90+ python3-dev
91+ python3-pip
92+ python3-setuptools
93+ python3-wheel
94+
9595 - name : Download all the dists
9696 uses : actions/download-artifact@v4
9797 with :
Original file line number Diff line number Diff line change 1- __version__ = "v0.4.0.dev1 "
1+ __version__ = "v0.4.0.dev2 "
You can’t perform that action at this time.
0 commit comments