From 3dd3cf14464df819a5f9914c827200c7753b04d5 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Tue, 17 Sep 2024 23:27:47 +0200 Subject: [PATCH] Fix bump actions in /.github/workflows: build binary distribution: fix comment whitespace --- .github/workflows/pypi-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index d2e2c84..cf4e5bd 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -33,9 +33,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pypa/cibuildwheel@v2.20.0 - #- uses: actions/setup-python@v5 - #- name: Install cibuildwheel - # run: python -m pip install cibuildwheel=2.20.0 + # - uses: actions/setup-python@v5 + # - name: Install cibuildwheel + # run: python -m pip install cibuildwheel=2.20.0 - name: Get wheel configuration files uses: actions/download-artifact@v4.1.7 with: