Skip to content

Commit 45b6712

Browse files
committed
Fast-mail publishing if credentials are missing
1 parent 889e1f9 commit 45b6712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tasks:
2424
- publish: |
2525
cd vdirsyncer
2626
python setup.py sdist bdist_wheel
27-
twine upload dist/*
27+
twine upload --non-interactive dist/*

0 commit comments

Comments
 (0)