We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-verify
1 parent 344537d commit 815566aCopy full SHA for 815566a
.github/workflows/build-pipeline.yml
@@ -120,8 +120,8 @@ jobs:
120
run: |
121
git config --global user.name 'batchee bot'
122
git config --global user.email 'batchee@noreply.github.com'
123
- git commit -am "/version ${{ env.software_version }}"
124
- git push
+ git commit -am "/version ${{ env.software_version }}" --no-verify
+ git push --no-verify
125
126
# Builds and pushes the package to the Python Package Index (PyPI)
127
- name: Build Python Artifact
0 commit comments