Skip to content
Snippets Groups Projects
Commit 65fca437 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add deployment

parent f4683e04
No related branches found
No related tags found
No related merge requests found
language: python
stages:
- name: test
- name: deploy
if: tag is present
cache: pip
before_script:
- python setup.py install
......@@ -18,3 +19,10 @@ jobs:
python: "3.9"
- stage: test
python: "pypy3.5"
- stage: deploy
python: "3.8"
script:
- pip install wheel twine
- python setup.py bdist bdist_wheel
- twine upload -u $PYPI_USER -p $PYPI_PWD dist/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment