Skip to content

Commit a12b2f6

Browse files
authored
Update release.yml
1 parent a8c9024 commit a12b2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
repository-url: ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
4646

4747
- name: Bump version to next candidate
48-
if: ${{ inputs.candidate && !inputs.test_pypi }}
4948
run: |
5049
git config user.name "github-actions[bot]"
5150
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
52-
make bumpversion-candidate
51+
# make bumpversion-candidate
52+
# if: ${{ inputs.candidate && !inputs.test_pypi }}
5353

5454
- name: Create pull request
5555
id: cpr

0 commit comments

Comments
 (0)