From 8dc3d32fedd7139a8d8d9d043a5dfeb0394d0c5a Mon Sep 17 00:00:00 2001 From: jupfi Date: Sun, 21 Apr 2024 12:18:23 +0200 Subject: [PATCH] Fixed typo. --- .github/workflows/python-publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 4b6e25d..2fa5e31 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -46,10 +46,9 @@ jobs: pip install -U twine cibuildwheel - name: Build wheels - run: python -m cibuildwheel --output-dir dist - # to supply options, put them in 'env', like: - env: - CIBW_BEFORE_BUILD: ./build_wheel.sh + run: python -m cibuildwheel --output-dir dist + env: + CIBW_BEFORE_BUILD: ./build_wheel.sh - name: Publish to PyPI run: |