Open mxochicale opened 1 year ago
Building and
python -m build
pip install --editable .
https://godatadriven.com/blog/a-practical-guide-to-setuptools-and-pyproject-toml/
debugging
python
Python 3.8.17 | packaged by conda-forge | (default, Jun 16 2023, 07:06:00)
[GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import medisynth
twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy/
Enter your username: mxochicale
Enter your password:
Uploading medisynth-0.0.1-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 kB • 00:00 • ?
Uploading medisynth-0.0.1.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/11.4 kB • 00:00 • ?
View at:
https://pypi.org/project/medisynth/0.0.1/
Manual building debugging
python -m build
pip install -e .
twine check dist/*
upload
twine upload dist/*
https://pypi.org/project/medisynth/0.0.3/ https://pypi.org/project/medisynth/0.0.4/
https://pypi.org/project/xfetus/0.0.5/
git checkout main git pull origin main git tag -a v0.0.5 -m 'pre-alpha release v0.0.5' git push origin v0.0.5
I am raising this one to transition python setup.py to pyproject.toml
References