File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 persist-credentials : false
1717
1818 - name : Set up Python (oldest supported version)
19- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2020 with :
2121 python-version : " 3.9"
2222 cache : ' pip'
5555 persist-credentials : false
5656
5757 - name : Set up Python ${{ matrix.python-version }}
58- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
58+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 cache : ' pip'
9999 run : touch requirements.txt
100100
101101 - name : Set up Python
102- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
102+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
103103 with :
104104 python-version : ' 3.x'
105105 cache : ' pip'
Original file line number Diff line number Diff line change 1616 persist-credentials : false
1717
1818 - name : Set up Python
19- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2020 with :
2121 python-version : ' 3.x'
2222 cache : ' pip'
Original file line number Diff line number Diff line change 2424 ref : ${{ github.event.workflow_run.head_branch }}
2525
2626 - name : Set up Python
27- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
27+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2828 with :
2929 python-version : ' 3.x'
3030
5454 release_id : ${{ steps.gh-release.outputs.result }}
5555 steps :
5656 - name : Fetch build artifacts
57- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
57+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5858 with :
5959 name : build-artifacts
6060
9696 id-token : write # to authenticate as Trusted Publisher to pypi.org
9797 steps :
9898 - name : Fetch build artifacts
99- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
99+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
100100 with :
101101 name : build-artifacts
102102
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818 with :
1919 persist-credentials : false
20- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
20+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2121 with :
2222 python-version : " 3.x"
2323 - id : get-version
You can’t perform that action at this time.
0 commit comments