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