I have set-up a local pypiserver with repo myrepo. Managed to publish a package there fine with poetry. However, after changing some packages in my poetry environment I get:
poetry publish -r myrepo
Publishing mypackage (0.1.0) to myrepo
- Uploading mypackage-0.1.0-py3-none-any.whl 100%
UploadError
HTTP Error 409: Conflict
Obviously there is already a package mypackage (0.1.0) there, but should this not just overwrite it?