mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fast-mail publishing if credentials are missing
This commit is contained in:
parent
889e1f9ea2
commit
45b67122fe
1 changed files with 1 additions and 1 deletions
|
|
@ -24,4 +24,4 @@ tasks:
|
||||||
- publish: |
|
- publish: |
|
||||||
cd vdirsyncer
|
cd vdirsyncer
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
twine upload dist/*
|
twine upload --non-interactive dist/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue