File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ jobs:
106106 git config --global user.email '[email protected] ' 107107 git remote set-url origin https://x-access-token:${{ secrets.PAT_CT }}@github.com/$GITHUB_REPOSITORY
108108 git checkout $GITHUB_HEAD_REF
109- git commit -am "fixup: Format Python code with Black"
110- git push
109+ git commit -am "fixup: ${GITHUB_REF##*/} Python code reformatted using Black"
110+ git push origin ${GITHUB_REF##*/}
111111
112112 commitcheck :
113113 runs-on : ubuntu-latest
@@ -306,7 +306,7 @@ jobs:
306306 run : >-
307307 python setup.py sdist
308308 - name : Publish distribution 📦 to Test PyPI
309- uses : pypa/gh-action-pypi-publish@master
309+ uses : pypa/gh-action-pypi-publish@main
310310 with :
311311 password : ${{ secrets.testpypi_token }}
312312 repository_url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments