[Distutils] Re: Deleted PyPI project

2020-02-12 Thread Dustin Ingram
You've already used the following versions: 0.0.2, 1.0.0, 1.0.1, 1.0.2. You need to use a new version, and if you have old distribution files in the `dist` directory from previous releases, you need to use the `--skip-existing` flag with Twine. On Wed, Feb 12, 2020 at 12:38 PM Sabry Moustafa

[Distutils] Re: Deleted PyPI project

2020-02-12 Thread Sabry Moustafa
Hi Dustin and Chris; Thanks a lot for the information; sure I will. FYI, I changed the version in setup.py, but still getting the same error: [sabrygad@dhcp-10-84-95-142 pyhma]$ twine upload dist/* Uploading distributions to https://upload.pypi.org/legacy/ Enter your username: sabrygad

[Distutils] Re: Deleted PyPI project

2020-02-12 Thread Dustin Ingram
Hi Sabry, you should be able to republish the package, but you'll need to change the version number to make a new release. Like Chris said, please file an issue at https://github.com/pypa/pypi-support/issues/new/choose if you have any issues. On Wed, Feb 12, 2020 at 11:52 AM Chris Wilcox wrote:

[Distutils] Re: Deleted PyPI project

2020-02-12 Thread Chris Wilcox
You may want to file an issue at https://github.com/pypa/pypi-support/issues/new/choose On Wed, Feb 12, 2020 at 6:22 AM wrote: > Hi; > > I am new to PyPI and deleted my project (pyhma) by mistake. Is there a way > to allow me to create it again with the same name? We can not change the > name