mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 11:04:21 +01:00
17 lines
432 B
YAML
17 lines
432 B
YAML
pypi:
|
|
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
|
|
script:
|
|
- python -m build
|
|
- check-manifest .
|
|
- twine check dist/*
|
|
- twine upload dist/*
|
|
only:
|
|
- pypi
|
|
artifacts:
|
|
paths:
|
|
- dist/
|