mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 11:04:21 +01:00
17 lines
440 B
YAML
17 lines
440 B
YAML
pypi:
|
|
script:
|
|
- cp /keys/.pypirc ~/.pypirc
|
|
- virtualenv /tmp/env
|
|
- source /tmp/env/bin/activate
|
|
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine build pretix-plugin-build
|
|
- python -m build
|
|
- check-manifest .
|
|
- twine check dist/*
|
|
- twine upload dist/*
|
|
tags:
|
|
- python3
|
|
only:
|
|
- pypi
|
|
artifacts:
|
|
paths:
|
|
- dist/
|