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 6c35701 commit 6fcbef6Copy full SHA for 6fcbef6
.github/workflows/release.yml
@@ -27,8 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
with:
30
- ref: '478-copulas-release-workflow-errors-with-failed-to-push-some-refs-to-httpsgithubcomsdv-devcopulas'
31
- # ref: ${{ inputs.candidate && 'main' || 'stable' }}
+ ref: ${{ inputs.candidate && 'main' || 'stable' }}
32
33
- name: Set up latest Python
34
uses: actions/setup-python@v5
@@ -54,7 +53,7 @@ jobs:
54
53
run: |
55
git config user.name "github-actions[bot]"
56
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
57
- # make bumpversion-candidate
+ make bumpversion-candidate
58
59
- name: Create pull request
60
if: ${{ inputs.candidate && !inputs.test_pypi }}
0 commit comments