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