mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
commit
3191886658
1 changed files with 8 additions and 0 deletions
|
|
@ -5,8 +5,11 @@ packages:
|
||||||
- docker
|
- docker
|
||||||
- docker-compose
|
- docker-compose
|
||||||
- python-pip
|
- python-pip
|
||||||
|
- twine
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/pimutils/vdirsyncer
|
- https://github.com/pimutils/vdirsyncer
|
||||||
|
secrets:
|
||||||
|
- a36c8ba3-fba0-4338-b402-6aea0fbe771e
|
||||||
environment:
|
environment:
|
||||||
BUILD: test
|
BUILD: test
|
||||||
CI: true
|
CI: true
|
||||||
|
|
@ -30,3 +33,8 @@ tasks:
|
||||||
# Non-system python is used for packages:
|
# Non-system python is used for packages:
|
||||||
export PATH=$PATH:~/.local/bin/
|
export PATH=$PATH:~/.local/bin/
|
||||||
make -e style
|
make -e style
|
||||||
|
git describe --exact-match --tags || complete-build
|
||||||
|
- publish: |
|
||||||
|
cd vdirsyncer
|
||||||
|
python setup.py sdist bdist_wheel
|
||||||
|
twine upload dist/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue