File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 hash : ${{ steps.hash.outputs.hash }}
1111 steps :
1212 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
13+ - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
1414 with :
1515 python-version : ' 3.x'
1616 cache : pip
2323 - name : generate hash
2424 id : hash
2525 run : cd dist && echo "hash=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
26- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
26+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
2727 with :
2828 path : ./dist
2929 provenance :
4444 permissions :
4545 contents : write
4646 steps :
47- - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
47+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
4848 - name : create release
4949 run : >
5050 gh release create --draft --repo ${{ github.repository }}
6363 permissions :
6464 id-token : write
6565 steps :
66- - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
66+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
6767 - uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
6868 with :
6969 repository-url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 2929 - {name: Minimal, python: '3.12', tox: minimal}
3030 steps :
3131 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
32+ - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
3333 with :
3434 python-version : ${{ matrix.python }}
3535 allow-prereleases : true
4141 runs-on : ubuntu-latest
4242 steps :
4343 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
44+ - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
4545 with :
4646 python-version : ' 3.x'
4747 cache : pip
You can’t perform that action at this time.
0 commit comments