Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Add GitLab config
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jun 1, 2017
1 parent c2c2c9e commit 63401a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,18 @@
pypi:
script:
- cp /keys/.pypirc ~/.pypirc
- virtualenv env
- source env/bin/activate
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools
- XDG_CACHE_HOME=/cache pip3 install -U pretix
- python setup.py sdist develop
- python setup.py sdist clean
- python setup.py sdist upload
- python setup.py bdist_wheel upload
tags:
- python3
only:
- release
artifacts:
paths:
- src/dist/

0 comments on commit 63401a4

Please sign in to comment.