Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 4bd37b2

Browse files
author
Quentin Lux
committed
Add gitlab-ci to build wheel
1 parent e82c99d commit 4bd37b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
image: "python:3.6"
2+
3+
package:
4+
stage: build
5+
script:
6+
- python3 setup.py sdist bdist_wheel
7+
artifacts:
8+
paths:
9+
- dist/*.whl
10+
expire_in: 12 mos

0 commit comments

Comments
 (0)