add missing version pin in gitlab example

This commit is contained in:
Joe Rickerby
2021-02-12 14:08:41 +00:00
committed by GitHub
parent 08edf62e79
commit dfbb20ee69
+1 -1
View File
@@ -12,7 +12,7 @@ linux:
DOCKER_TLS_CERTDIR: ""
script:
- curl -sSL https://get.docker.com/ | sh
- python -m pip install cibuildwheel
- python -m pip install cibuildwheel==1.9.0
- cibuildwheel --output-dir wheelhouse
artifacts:
paths: