Skip to content
Snippets Groups Projects
Commit cea27a0f authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Simplify CI

parent e5e86c90
Branches
Tags
No related merge requests found
Pipeline #16637 passed with stage
in 31 seconds
image: clarinpl/python:3.8
image: python:latest
cache:
paths:
- .tox
stages:
- publish
pypi_publish:
before_script:
- pip install build twine
- pip install urllib3==1.26.6
only:
- main
- main
stage: publish
script:
- pip install build twine
- python -m build
- python -m twine upload
--skip-existing
......
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