python-caldav / caldav

Apache License 2.0
314 stars 94 forks source link

sdist for 1.2.1 is missing on PyPI #305

Closed sunpoet closed 1 year ago

sunpoet commented 1 year ago

There is no sdist for 1.2.1 on PyPI. Is it possible to upload it? Thanks.

tobixen commented 1 year ago

Did I do something wrong when uploading v1.2.1? My checklist says ...

rm dist/* 
python setup.py sdist bdist_wheel
ls -al dist
python -m twine upload dist/*

... though I may have missed something. I'll try again.

tobixen commented 1 year ago

Please check if this is still an issue?

sunpoet commented 1 year ago

Thanks. It is no longer an issue.