File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4949 uses : actions/upload-pages-artifact@v3
5050 with :
5151 path : ./python/docs/build/html
52+ retention-days : 1
5253
5354 doc-deploy :
5455 name : Deploy documentation
Original file line number Diff line number Diff line change 4747 uses : actions/upload-artifact@v6
4848 with :
4949 name : python-${{ matrix.python-version }}-package-for-${{ matrix.os }}
50- path : wheelhouse/softfloatpy-*.whl
50+ path : |
51+ wheelhouse/softfloatpy-*.whl
52+ dist/softfloatpy-*.tar.gz
5153 retention-days : 1
5254
5355 dist-on-macos :
@@ -186,7 +188,7 @@ jobs:
186188 - name : Sign distribution with Sigstore
187189188190 with :
189- inputs : ./ dist/*.whl
191+ inputs : dist/
190192
191193 - name : Upload artifact signatures to GitHub Release
192194 env :
Original file line number Diff line number Diff line change 4747 uses : actions/upload-artifact@v6
4848 with :
4949 name : python-${{ matrix.python-version }}-package-for-${{ matrix.os }}
50- path : wheelhouse/softfloatpy-*.whl
50+ path : |
51+ wheelhouse/softfloatpy-*.whl
52+ dist/softfloatpy-*.tar.gz
5153 retention-days : 1
5254
5355 dist-on-macos :
Original file line number Diff line number Diff line change 5353 - recip
5454 - RISCV
5555 - rshift
56+ - sdist
5657 - setuptools
5758 - sigstore
5859 - softfloat
You can’t perform that action at this time.
0 commit comments