File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : PIP_CONSTRAINT=requirements/build.txt python3 -m build --sdist --wheel --outdir dist/ .
3535
3636 - name : Store build artifacts
37- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
37+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
3838 # NOTE: The GitHub release page contains the release artifacts too, but using
3939 # GitHub upload/download actions seems robuster: there is no need to compute
4040 # download URLs and tampering with artifacts between jobs is more limited.
5252 release_id : ${{ steps.gh-release.outputs.result }}
5353 steps :
5454 - name : Fetch build artifacts
55- uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
55+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
5656 with :
5757 name : build-artifacts
5858 path : dist
9292 id-token : write # to authenticate as Trusted Publisher to pypi.org
9393 steps :
9494 - name : Fetch build artifacts
95- uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
95+ uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
9696 with :
9797 name : build-artifacts
9898 path : dist
You can’t perform that action at this time.
0 commit comments