Skip to content
Snippets Groups Projects
Commit 3f8aee0f authored by Maja Jabłońska's avatar Maja Jabłońska
Browse files

Add gitlab CI .yml

parent a1cdcac5
No related merge requests found
image: clarinpl/python:3.8
cache:
paths:
- .tox
stages:
- publish
before_script:
- apt-get update -yqq
&& apt-get install -yqq --no-install-recommends
make
g++
&& apt-get autoremove -yqq --purge
&& apt-get clean
pypi_publish:
before_script:
- pip install twine
only:
- main
stage: publish
script:
- python -m build
- python -m twine upload
--skip-existing
--repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER
-p $PIPY_PASS
dist/lambo*.whl
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment