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 3e5e3cc commit b8287b1Copy full SHA for b8287b1
.github/workflows/release.yml
@@ -49,10 +49,7 @@ jobs:
49
run: |
50
git config user.name "github-actions[bot]"
51
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"
+ bump-my-version bump patch --no-tag --no-commit
56
# make bumpversion-candidate
57
# if: ${{ inputs.candidate && !inputs.test_pypi }}
58
@@ -74,7 +71,8 @@ jobs:
74
71
copulas/__init__.py
75
72
pyproject.toml
76
73
draft: false
77
-
+ base: main
+
78
- name: Enable Pull Request Automerge
79
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
80
run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --admin
0 commit comments