Skip to content

Commit 52b5822

Browse files
committed
Add the macos lib to python wheel #3
1 parent aabf170 commit 52b5822

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ stages:
22
- build
33
- test
44

5+
# First, build the source and package it as a python wheel
56
build:
67
tags: [x64, docker, linux]
78
image: python:latest
@@ -26,6 +27,7 @@ build:
2627
paths:
2728
- dist/*.whl
2829

30+
# Next, test the packaged wheel
2931
.test:
3032
stage: test
3133
script:
@@ -72,9 +74,6 @@ test:linux:x64:3.10:
7274
test:mac:x64:
7375
extends: .test-python3
7476
tags: [mac, x64, shell, python3]
75-
script:
76-
- make depend
77-
- make test
7877

7978
test:windows:x64:
8079
extends: .test

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
'lib/x86_64/*',
5757
'lib/armv7l/*',
5858
'lib/armv6l/*',
59+
'lib/macos-universal/*',
5960
# Windows
6061
'lib/AMD64/*',
6162
],

0 commit comments

Comments
 (0)