File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323
2424 - name : Extract tag name
2525 id : tag
26- run : echo ::set-output name= TAG_NAME:: $(echo $GITHUB_REF | cut -d / -f 3)
26+ run : echo " TAG_NAME= $(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
2727
2828 - name : Update version in setup.py
2929 run : >-
Original file line number Diff line number Diff line change 3232
3333 - name : Extract tag name
3434 id : tag
35- run : echo ::set-output name= TAG_NAME:: $(echo $GITHUB_REF | cut -d / -f 3)
35+ run : echo " TAG_NAME= $(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
3636
3737 - name : Update version in setup.py
3838 run : >-
4545 run : python -m build --sdist --wheel --outdir dist/
4646
4747 - name : Publish distribution 📦 to PyPI
48- uses : pypa/gh-action-pypi-publish@master
48+ uses : pypa/gh-action-pypi-publish@release/v1
4949 with :
5050 user : __token__
5151 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments