This program is written using the PySimpleGUI library.
Just run Pypi_uploader.py and follow the instructions on the screen.
The program will automatically install the necessary libraries, compile your project into an archive and upload it to Pypi or Test Pypi.
After uploading, program can also clean up all generated files.
Important! Selected project folder should contain the __init__.py
file! This is the main file of your library.
.../Any_folder_name
|__Pypi-uploader.py
|__requirements.txt (optional)
|__Your_Project_Folder/
|__ __init__.py
|__Other_files...
Username: __token__
Password: The token value, including the pypi-
prefix
- Login or password is incorrect (or API token if you uploaded through it).
- You signed up for PyPi, and you are trying to upload a project to Test Pypi (or vice versa).
- A library with this name already exists. So if this is your library - change the version.