Skip to content

Commit

Permalink
Add CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
13hakta committed Mar 17, 2022
1 parent 3c438cd commit bd91771
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
stages:
- build

build:
stage: build
image: python:3-alpine
artifacts:
paths:
- dist/*.whl
script:
- python setup.py bdist_wheel

0 comments on commit bd91771

Please sign in to comment.