Skip to content

Commit 99ad01c

Browse files
committed
temporarily remove push from CI
1 parent fd71fa5 commit 99ad01c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
run: rm dist/* -f
4040
- name: Build package
4141
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
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
4848
- name: Publish package
4949
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
5050
with:

0 commit comments

Comments
 (0)