Skip to content

Commit

Permalink
Updated cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoOinonen committed Feb 14, 2024
1 parent 8c4d058 commit 8d2e629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Publish on PyPI

on:
workflow_dispatch:
push:
tags:
# Tags that start with the "v" prefix are published on PyPI.
Expand All @@ -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
Expand Down

0 comments on commit 8d2e629

Please sign in to comment.