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 0e3d117 commit 5e31788Copy full SHA for 5e31788
.github/workflows/release-build.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: ./.github/actions/python-common-setup
28
with:
29
python-version: ${{ env.PYTHON_VERSION }}
30
- - name: 'Nox: Build Wheel'x
+ - name: 'Nox: Build Wheel'
31
run: |
32
nox -s build_wheel
33
0 commit comments