Fast-mail publishing if credentials are missing

This commit is contained in:
Hugo Osvaldo Barrera 2023-12-17 22:25:37 +01:00
parent 889e1f9ea2
commit 45b67122fe

View file

@ -24,4 +24,4 @@ tasks:
- publish: |
cd vdirsyncer
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --non-interactive dist/*