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.
1 parent a8c9024 commit a12b2f6Copy full SHA for a12b2f6
.github/workflows/release.yml
@@ -45,11 +45,11 @@ jobs:
45
repository-url: ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
46
47
- name: Bump version to next candidate
48
- if: ${{ inputs.candidate && !inputs.test_pypi }}
49
run: |
50
git config user.name "github-actions[bot]"
51
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
52
- make bumpversion-candidate
+ # make bumpversion-candidate
+ # if: ${{ inputs.candidate && !inputs.test_pypi }}
53
54
- name: Create pull request
55
id: cpr
0 commit comments