Skip to content

Commit

Permalink
DNM: retrigger 0.45.1 wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Nov 29, 2023
1 parent 58f8d24 commit f8fbf19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Wheel Builds
on:
push:
tags:
- '*'
branches:
- retrigger-0.45.1-wheels
jobs:
build_wheels:
name: Build wheels
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target-version = ['py38', 'py39', 'py310', 'py311']
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
skip = "pp* cp36-* cp37-* *musllinux*"
test-skip = "cp310-win32 cp310-manylinux_i686 cp311-win32 cp311-manylinux_i686"
test-skip = "*win32 *linux_i686"
test-command = "python {project}/examples/python/stochastic_swap.py"
# We need to use pre-built versions of Numpy and Scipy in the tests; they have a
# tendency to crash if they're installed from source by `pip install`, and since
Expand Down

0 comments on commit f8fbf19

Please sign in to comment.