Skip to content

Commit 03ff54c

Browse files
Another change to yml format
1 parent 56839b0 commit 03ff54c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-pypi.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
env:
3838
CIBW_PROJECT_REQUIRES_PYTHON: ${{ matrix.builds.python_requires }}
3939
CIBW_BUILD: "cp3*"
40-
run:
41-
python -m cibuildwheel --output-dir wheelhouse
40+
run: python -m cibuildwheel --output-dir wheelhouse
4241
- name: Publish to PyPI
4342
env:
4443
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)