File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 outputs :
1010 hash : ${{ steps.hash.outputs.hash }}
1111 steps :
12- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
13- - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v5
1414 with :
15- python-version : ' 3.x '
15+ python-version : ' 3.12 '
1616 cache : pip
1717 cache-dependency-path : requirements*/*.txt
1818 - run : pip install setuptools wheel build
1919 # Use the commit date instead of the current date during the build.
2020 - run : echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
2121 - run : python -m build
22- - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
22+ - uses : actions/upload-artifact@v4
2323 with :
2424 path : ./dist
2525 create-release :
3030 permissions :
3131 contents : write
3232 steps :
33- - uses : actions/download-artifact@v4.1.7
33+ - uses : actions/download-artifact@v4
3434 - name : create release
3535 run : >
3636 gh release create --draft --repo ${{ github.repository }}
4646 permissions :
4747 id-token : write
4848 steps :
49- - uses : actions/download-artifact@v4.1.7
49+ - uses : actions/download-artifact@v4
5050 - uses : pypa/gh-action-pypi-publish@release/v1
5151 with :
5252 packages-dir : artifact/
You can’t perform that action at this time.
0 commit comments