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 5d90729 commit 9bbcb6fCopy full SHA for 9bbcb6f
.github/workflows/ci.yaml
@@ -109,7 +109,7 @@ jobs:
109
with:
110
# Appending -dev ensures that we can always build the dev release.
111
# It's a no-op for versions that have been published.
112
- python-version: ${{ needs.config.outputs.PYTHON_VER }}-dev
+ python-version: ${{ needs.config.outputs.PYTHON_VER }}-alpha.7
113
# Ensure that we *always* use the latest build, not a cached version.
114
# It's an edge case, but when a new alpha is released, we need to use it ASAP.
115
check-latest: true
0 commit comments