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 09625cf commit cd4736bCopy full SHA for cd4736b
.github/workflows/ci.yaml
@@ -110,6 +110,9 @@ jobs:
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
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
116
117
- name: Build ${{ matrix.target }}
118
run: |
0 commit comments