Skip to content

Commit deacdcc

Browse files
author
Panos
committed
Re-enable circle CI builds
1 parent fb065be commit deacdcc

File tree

1 file changed

+36
-33
lines changed

1 file changed

+36
-33
lines changed

.circleci/config.yml

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
python setup.py sdist
3939
cd dist; pip install *; cd ..
4040
name: Test
41+
4142
osx:
4243
parameters:
4344
xcode_ver:
@@ -66,6 +67,7 @@ jobs:
6667
name: Upload Wheel
6768
command: |
6869
twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASSWORD wheels/*
70+
6971
manylinux:
7072
machine:
7173
image: ubuntu-1604:201903-01
@@ -105,36 +107,37 @@ jobs:
105107
name: Upload Wheels
106108
command: |
107109
twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASSWORD dist/* wheelhouse/*
108-
# workflows:
109-
# version: 2.1
110-
# main:
111-
# jobs:
112-
# - python_test:
113-
# matrix:
114-
# parameters:
115-
# python_ver:
116-
# - "3.6"
117-
# - "3.7"
118-
# - "3.8"
119-
# filters:
120-
# tags:
121-
# ignore: /.*/
122-
# - manylinux:
123-
# context: Docker
124-
# filters:
125-
# tags:
126-
# only: /.*/
127-
# branches:
128-
# ignore: /.*/
129-
# - osx:
130-
# matrix:
131-
# parameters:
132-
# xcode_ver:
133-
# - "11.6.0"
134-
# - "11.1.0"
135-
# context: Docker
136-
# filters:
137-
# tags:
138-
# only: /.*/
139-
# branches:
140-
# ignore: /.*/
110+
111+
workflows:
112+
version: 2.1
113+
main:
114+
jobs:
115+
- python_test:
116+
matrix:
117+
parameters:
118+
python_ver:
119+
- "3.6"
120+
- "3.7"
121+
- "3.8"
122+
filters:
123+
tags:
124+
ignore: /.*/
125+
- manylinux:
126+
context: Docker
127+
filters:
128+
tags:
129+
only: /.*/
130+
branches:
131+
ignore: /.*/
132+
- osx:
133+
matrix:
134+
parameters:
135+
xcode_ver:
136+
- "11.6.0"
137+
- "11.1.0"
138+
context: Docker
139+
filters:
140+
tags:
141+
only: /.*/
142+
branches:
143+
ignore: /.*/

0 commit comments

Comments
 (0)