Skip to content

Commit

Permalink
ci: upgrade cibuildwheel to 0.10.1
Browse files Browse the repository at this point in the history
This fixes an issue with CI stalling when upgrading setuptools
(pypa/cibuildwheel#122).
  • Loading branch information
indygreg committed Feb 6, 2019
1 parent 1547263 commit 8c201d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/requirements.macoswheels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
bashlex==0.12 \
--hash=sha256:94bcf8759f28286d4fe2bbc408fa50e9fb7c46fa7097eac5b7cd76d75ca9936d \
# via cibuildwheel
cibuildwheel==0.10.0 \
--hash=sha256:51876612010d7932eaa7fec4c564d97f16feb160d7c7555b852fd01c9c4c3a96
cibuildwheel==0.10.1 \
--hash=sha256:ab69a92050a9b41723c94bdf2eeb0866b0282542fd70e5fd4573ac869f16df0f
enum34==1.1.6 \
--hash=sha256:2d81cbbe0e73112bdfe6ef8576f2238f2ba27dd0d55752a776c41d38b7da2850 \
--hash=sha256:644837f692e5f550741432dd3f223bbb9852018674981b1664e5dc339387588a \
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ cffi==1.11.5 \
--hash=sha256:ed01918d545a38998bfa5902c7c00e0fee90e957ce036a4000a88e3fe2264917 \
--hash=sha256:edabd457cd23a02965166026fd9bfd196f4324fe6032e866d0f3bd0301cd486f \
--hash=sha256:fdf1c1dc5bafc32bc5d08b054f94d659422b05aba244d6be4ddc1c72d9aa70fb
cibuildwheel==0.10.0 \
--hash=sha256:51876612010d7932eaa7fec4c564d97f16feb160d7c7555b852fd01c9c4c3a96
cibuildwheel==0.10.1 \
--hash=sha256:ab69a92050a9b41723c94bdf2eeb0866b0282542fd70e5fd4573ac869f16df0f
enum34==1.1.6 \
--hash=sha256:2d81cbbe0e73112bdfe6ef8576f2238f2ba27dd0d55752a776c41d38b7da2850 \
--hash=sha256:644837f692e5f550741432dd3f223bbb9852018674981b1664e5dc339387588a \
Expand Down

0 comments on commit 8c201d5

Please sign in to comment.