We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d19e5c commit 0366551Copy full SHA for 0366551
.github/workflows/pipeline.yml
@@ -57,8 +57,13 @@ jobs:
57
- uses: actions/checkout@v4
58
with:
59
fetch-depth: 0
60
- - name: Check whether to release on indexes
61
- uses: MathieuMoalic/action-python-package-new-version@c4e361a9d28c1bcc19fe10bb4dcb751b625f031b
+ - name: Check whether to release on pypi.org
+ run: |
62
+ ./.github/scripts/version_check.sh
63
+ - name: Check whether to release on test.pypi.org
64
65
+ export PYPI_INDEX=test.pypi.org
66
67
- name: Globalise determined version
68
id: set_version
69
run: echo "package_version=${{ env.PACKAGE_VERSION }}" >> "$GITHUB_OUTPUT"
0 commit comments