We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a1800 commit 30947c8Copy full SHA for 30947c8
1 file changed
.travis.yml
@@ -21,6 +21,7 @@ env:
21
22
.mixins:
23
- &docker-job
24
+ stage: Publish to PyPI (runs only for tagged commits)
25
dist: xenial
26
python: "3.7"
27
services:
@@ -37,7 +38,11 @@ env:
37
38
jobs:
39
include:
40
- <<: *docker-job
41
+ name: >-
42
+ manylinux1: 64-bit
43
44
45
+ manylinux1: 32-bit
46
env:
47
# DOCKER_IMAGE: quay.io/pypa/manylinux1_i686
48
DOCKER_IMAGE: pyca/cryptography-manylinux1:i686
0 commit comments