File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -76,21 +76,22 @@ jobs:
7676 - publish-to-pypi
7777 runs-on : ubuntu-22.04
7878
79- # permissions:
80- # contents: write # IMPORTANT: mandatory for making GitHub Releases
81- # id-token: write # IMPORTANT: mandatory for sigstore
79+ permissions :
80+ contents : write # IMPORTANT: mandatory for making GitHub Releases
81+ id-token : write # IMPORTANT: mandatory for sigstore
8282
8383 steps :
8484
8585 - name : Cache APT packages
86868787 with :
88- packages : |
88+ packages : >-
8989 build-essential
90- python3-dev
90+ curl
91+ git
92+ python3
9193 python3-pip
92- python3-setuptools
93- python3-wheel
94+ version : 1 # Increment if the cache needs resetting
9495
9596 - name : Download all the dists
9697 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1- __version__ = "v0.4.0.dev4 "
1+ __version__ = "v0.4.0.dev5 "
You can’t perform that action at this time.
0 commit comments