We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0f61e commit ecbf2e0Copy full SHA for ecbf2e0
1 file changed
.github/workflows/python-publish.yml
@@ -39,12 +39,12 @@ jobs:
39
run: rm dist/* -f
40
- name: Build package
41
run: python setup.py sdist bdist_wheel
42
- # - name: Commit version change
43
- # run: |
44
- # git config --global user.name 'AndyEveritt'
45
- # git config --global user.email '38423143+AndyEveritt@users.noreply.github.com'
46
- # git commit -am "Release ${{ github.event.release.name }}"
47
- # git push
+ - name: Commit version change
+ run: |
+ git config --global user.name 'Github Actions'
+ git config --global user.email '38423143+AndyEveritt@users.noreply.github.com'
+ git commit -am "Release ${{ github.event.release.name }}"
+ git push
48
- name: Publish package
49
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
50
with:
0 commit comments