Created
March 15, 2026 15:39
-
-
Save jeanmidevacc/cbac4f4f0458041a11f91967f3355871 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Check dist are ok | |
| twine check dist/* | |
| # Upload to pypi (when local setup is done , advice use api way) | |
| twine upload dist/* | |
| # upload to test pypi | |
| twine upload --repository testpypi dist/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment