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

Simplify CI

parent e5e86c90
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: stages:
- publish - publish
pypi_publish: pypi_publish:
before_script:
- pip install build twine
- pip install urllib3==1.26.6
only: only:
- main - main
stage: publish 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment