Skip to content

Commit 56839b0

Browse files
changed formatting of yml
1 parent c5d7fa6 commit 56839b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
CIBW_PROJECT_REQUIRES_PYTHON: ${{ matrix.builds.python_requires }}
3939
CIBW_BUILD: "cp3*"
40-
run: |
40+
run:
4141
python -m cibuildwheel --output-dir wheelhouse
4242
- name: Publish to PyPI
4343
env:

0 commit comments

Comments
 (0)