File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 mkdir dist
2424 mv wheels/**/*.whl dist
2525 rm -rf wheels
26- # for initial PyPi upload only
26+ # use this if the versions in the file names need to be changed for PyPi
2727 cd dist
2828 for f in *7.5.3.0*; do [ -f "$f" ] && mv -- "$f" "${f/7.5.3.0/7.5.3}"; done
2929 cd ..
30- # end for initial PyPi upload only
30+ # END use this if the versions in the file names need to be changed for PyPi
3131 ls dist
3232
3333 # see https://github.com/marketplace/actions/create-release
4343 with :
4444 verbose : true
4545 user : __token__
46- # password: ${{ secrets.PYPI_API_TOKEN }}
46+ password : ${{ secrets.PYPI_API_TOKEN }}
4747 # For releasing to test.pypi.org
48- password : ${{ secrets.PYPI_TEST_API_TOKEN }}
49- repository_url : https://test.pypi.org/legacy/
48+ # password: ${{ secrets.PYPI_TEST_API_TOKEN }}
49+ # repository_url: https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments