Skip to content

Commit 5e31788

Browse files
CI/CD fixes
1 parent 0e3d117 commit 5e31788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: ./.github/actions/python-common-setup
2828
with:
2929
python-version: ${{ env.PYTHON_VERSION }}
30-
- name: 'Nox: Build Wheel'x
30+
- name: 'Nox: Build Wheel'
3131
run: |
3232
nox -s build_wheel
3333

0 commit comments

Comments
 (0)