Skip to content

Commit b8287b1

Browse files
authored
Update release.yml
1 parent 3e5e3cc commit b8287b1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ jobs:
4949
run: |
5050
git config user.name "github-actions[bot]"
5151
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
52-
bump-my-version bump patch --no-tag
53-
# git add copulas/__init__.py
54-
# git add pyproject.toml
55-
# git commit -m "bump version candidate"
52+
bump-my-version bump patch --no-tag --no-commit
5653
# make bumpversion-candidate
5754
# if: ${{ inputs.candidate && !inputs.test_pypi }}
5855

@@ -74,7 +71,8 @@ jobs:
7471
copulas/__init__.py
7572
pyproject.toml
7673
draft: false
77-
74+
base: main
75+
7876
- name: Enable Pull Request Automerge
7977
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
8078
run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --admin

0 commit comments

Comments
 (0)