pretix-servicefees/.gitlab-ci.yml

18 lines
432 B
YAML
Raw Normal View History

2018-03-03 21:27:49 +01:00
pypi:
2024-05-31 16:41:30 +02:00
image:
name: pretix/ci-image
before_script:
- cat $PYPIRC > ~/.pypirc
- pip install -U pip uv
- uv pip install --system -U wheel setuptools twine build pretix-plugin-build check-manifest
2018-03-03 21:27:49 +01:00
script:
2023-05-19 15:53:28 +02:00
- python -m build
- check-manifest .
2022-04-01 12:31:14 +02:00
- twine check dist/*
- twine upload dist/*
2018-03-03 21:27:49 +01:00
only:
- pypi
artifacts:
paths:
- dist/