File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 os : [ubuntu-latest, windows-latest, macos-latest]
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020
2121 - name : Describe Tag & Branch Name
2222 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/20')
@@ -59,17 +59,17 @@ jobs:
5959 name : Build source distribution
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v2
62+ - uses : actions/checkout@v4
6363
64- - uses : actions/setup-python@v2
64+ - uses : actions/setup-python@v5
6565 name : Install Python
6666 with :
6767 python-version : ' 3.7'
6868
6969 - name : Describe Tag & Branch Name
7070 id : build_names
7171 run : |
72- echo ::set-output name= TAG_NAME:: ${GITHUB_REF#refs/tags/}
72+ echo TAG_NAME= ${GITHUB_REF#refs/tags/} >> $GITHUB_OUTPUT
7373
7474 - name : Build sdist
7575 run : |
You can’t perform that action at this time.
0 commit comments