mirror of https://github.com/Nonannet/pyhoff.git
build notes updated
This commit is contained in:
parent
27514a8438
commit
db3bf0d7de
|
@ -20,10 +20,10 @@ pytest
|
||||||
|
|
||||||
# Build package:
|
# Build package:
|
||||||
pip install build
|
pip install build
|
||||||
python3 -m build
|
python -m build
|
||||||
|
|
||||||
# Upload
|
# Upload
|
||||||
pip install twine
|
pip install twine
|
||||||
#python3 -m twine upload dist/*
|
#python3 -m twine upload dist/*
|
||||||
python3 -m twine upload --repository testpypi dist/* # Test repository: https://test.pypi.org/project/example_package_YOUR_USERNAME_HERE
|
python -m twine upload dist/*
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue