Skip to content

Commit 1f5a961

Browse files
committed
Changing condition to test
1 parent cc79db4 commit 1f5a961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
repository-url: ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://upload.pypi.org/legacy/' }}
7373

7474
- name: Bump version to next candidate
75-
if: ${{ inputs.candidate && !inputs.test_pypi }}
75+
if: ${{ inputs.candidate && inputs.test_pypi }}
7676
run: |
7777
git config user.name "github-actions[bot]"
7878
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)