mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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: |
|
||||
cd vdirsyncer
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
twine upload --non-interactive dist/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue