Skip to content

Commit 22c8d24

Browse files
committed
Attempt autoblack - plain push
1 parent 8983b33 commit 22c8d24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)