File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -371,15 +371,16 @@ jobs:
371
371
# An alternate way to do this is to run the container directly with a uses:
372
372
# and then the script runs inside it. That may work better with caching.
373
373
# See https://github.com/pyca/bcrypt/blob/f6b5ee2eda76d077c531362ac65e16f045cf1f29/.github/workflows/wheel-builder.yml
374
- # The 2010 image is the last one that comes with Python 2.7.
374
+ # The 2010 image is the most recent spec that comes with Python 2.7,
375
+ # and only up through the tag 2021-02-06-3d322a5
375
376
env :
376
- DOCKER_IMAGE : quay.io/pypa/${{ matrix.image }}
377
+ DOCKER_IMAGE : quay.io/pypa/${{ matrix.image }}:2021-02-06-3d322a5
377
378
run : |
378
379
bash .manylinux.sh
379
380
- name : Build zope.interface (i686)
380
381
if : matrix.image == 'manylinux2010_i686'
381
382
env :
382
- DOCKER_IMAGE : quay.io/pypa/${{ matrix.image }}
383
+ DOCKER_IMAGE : quay.io/pypa/${{ matrix.image }}:2021-02-06-3d322a5
383
384
PRE_CMD : linux32
384
385
run : |
385
386
bash .manylinux.sh
You can’t perform that action at this time.
0 commit comments