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 ec56c5f commit 3e47f91Copy full SHA for 3e47f91
.github/workflows/publish.yaml
@@ -88,6 +88,7 @@ jobs:
88
PRERELEASE_SUFFIX: "beta"
89
PRERELEASE: ${{ (github.base_ref != 'main') && 'true' || 'false' }}
90
DRY_RUN: true
91
+ INITIAL_VERSION: ${{ steps.pyproject_version.outputs.TAG }}
92
93
- name: Summary
94
run: |
.github/workflows/test.yaml
@@ -65,6 +65,7 @@ jobs:
65
66
PRERELEASE: ${{ (github.base_ref != 'main') && 'false' || 'false' }}
67
68
69
70
- name: Compare versions
71
0 commit comments