OS version
Android 16
Python version
idk
Pip version
Pip 26.1.1
Guide link
No response
Problem description
I used the commands
python3 -m pip install twine,python -m twine upload --repository pypi dist/* and since both weren't working i used
import os
os.system("python -m twine upload dist/*")
Still didn't work
Error message
the error was
403 Forbidden,
OS version
Android 16
Python version
idk
Pip version
Pip 26.1.1
Guide link
No response
Problem description
I used the commands
python3 -m pip install twine,python -m twine upload --repository pypi dist/* and since both weren't working i used
import os
os.system("python -m twine upload dist/*")
Still didn't work
Error message