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 branches found
No related tags found
No related merge requests found
Pipeline #16625 passed
image: clarinpl/python:3.8 image: python:latest
stages: run:
- publish
pypi_publish:
before_script:
- apt-get -y install python3-venv
- pip install build setuptools wheel
- pip install twine
only:
- master
stage: publish
script: script:
- pip install build twine
- python -m build - python -m build
- python -m twine upload - python -m twine upload
--skip-existing --skip-existing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment