Skip to content

Commit

Permalink
Upgrade cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Apr 10, 2024
1 parent a75135d commit ac0d5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: startsWith(matrix.os, 'macos')
- run: rustup target add i686-pc-windows-msvc
if: startsWith(matrix.os, 'windows')
- uses: pypa/cibuildwheel@v2.16.2
- uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: python
- uses: actions/upload-artifact@v3
Expand Down
3 changes: 1 addition & 2 deletions python/python/neuromorphic_drivers/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ class StatusNonOptional:
system_time: float
ring: RingStatus

def delay(self) -> float:
...
def delay(self) -> float: ...

0 comments on commit ac0d5d8

Please sign in to comment.