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

Use a different CI template

parent 8fe027dd
No related merge requests found
Pipeline #16625 passed with stage
in 1 minute and 28 seconds
image: clarinpl/python:3.8
image: python:latest
stages:
- publish
pypi_publish:
before_script:
- apt-get -y install python3-venv
- pip install build setuptools wheel
- pip install twine
only:
- master
stage: publish
run:
script:
- pip install build twine
- 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
dist/lambo*.whl
\ No newline at end of file
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