From 8d2e6290224404ba7646f7122745799950adb25b Mon Sep 17 00:00:00 2001 From: NikoOinonen Date: Wed, 14 Feb 2024 10:10:49 +0200 Subject: [PATCH] Updated cibuildwheel version --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1195ea85..89dfaf3a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,7 @@ name: Publish on PyPI on: + workflow_dispatch: push: tags: # Tags that start with the "v" prefix are published on PyPI. @@ -22,7 +23,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - name: Build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.16.5 - name: Upload distribution artifacts uses: actions/upload-artifact@v3