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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
37+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
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@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
55+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
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@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
95+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
9696 with :
9797 name : build-artifacts
9898 path : dist
You can’t perform that action at this time.
0 commit comments