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 a4ccf79 commit cc0b5d1Copy full SHA for cc0b5d1
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
with:
30
- ref: ${{ inputs.candidate && 'stable' || 'main' }}
+ ref: ${{ inputs.candidate && 'main' || 'stable' }}
31
32
- name: Set up latest Python
33
uses: actions/setup-python@v5
@@ -74,7 +74,7 @@ jobs:
74
copulas/__init__.py
75
pyproject.toml
76
draft: false
77
- base: main
+ base: ${{ inputs.candidate && 'main' || 'stable' }}
78
79
- name: Enable Pull Request Automerge
80
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
0 commit comments