Commit 67ece13 1 parent 7a5a980 commit 67ece13 Copy full SHA for 67ece13
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
outputs :
10
10
hash : ${{ steps.hash.outputs.hash }}
11
11
steps :
12
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
13
- - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-python@v5
14
14
with :
15
- python-version : ' 3.x '
15
+ python-version : ' 3.12 '
16
16
cache : pip
17
17
cache-dependency-path : requirements*/*.txt
18
18
- run : pip install setuptools wheel build
19
19
# Use the commit date instead of the current date during the build.
20
20
- run : echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
21
21
- run : python -m build
22
- - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
22
+ - uses : actions/upload-artifact@v4
23
23
with :
24
24
path : ./dist
25
25
create-release :
30
30
permissions :
31
31
contents : write
32
32
steps :
33
- - uses : actions/download-artifact@v4.1.7
33
+ - uses : actions/download-artifact@v4
34
34
- name : create release
35
35
run : >
36
36
gh release create --draft --repo ${{ github.repository }}
46
46
permissions :
47
47
id-token : write
48
48
steps :
49
- - uses : actions/download-artifact@v4.1.7
49
+ - uses : actions/download-artifact@v4
50
50
- uses : pypa/gh-action-pypi-publish@release/v1
51
51
with :
52
52
packages-dir : artifact/
You can’t perform that action at this time.
0 commit comments