File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 8383 uses : actions/setup-python@v5
8484 with :
8585 python-version : " 3.x"
86- - name : Upgrade Pip
87- run : python -m pip install --upgrade pip
88- - name : Install Poetry
89- run : python -m pip install build
86+ - name : Install build tooling
87+ run : python -m pip install --upgrade pip build
9088 - name : Build a binary wheel and a source tarball
9189 run : python3 -m build
9290 - name : Store the distribution packages
@@ -135,11 +133,12 @@ jobs:
135133 name : python-package-distributions
136134 path : dist/
137135 - name : Sign the dists with Sigstore
138- uses : sigstore/gh-action-sigstore-python@v2.1.1
136+ uses : sigstore/gh-action-sigstore-python@v3.0.0
139137 with :
140138 inputs : >-
141139 ./dist/*.tar.gz
142140 ./dist/*.whl
141+ upload-signing-artifacts : ' false'
143142 - name : Create GitHub Release
144143 env :
145144 GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments