pretix-servicefees/.gitlab-ci.yml

18 lines
455 B
YAML
Raw Permalink Normal View History

2018-03-03 21:27:49 +01:00
pypi:
script:
- cp /keys/.pypirc ~/.pypirc
2023-05-19 15:53:28 +02:00
- virtualenv /tmp/env
- source /tmp/env/bin/activate
2023-05-29 01:26:11 +02:00
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine build pretix-plugin-build check-manifest
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
tags:
- python3
only:
- pypi
artifacts:
paths:
- dist/