add some pipy release documentation

This commit is contained in:
Mario Fink 2021-05-02 19:57:13 +02:00
parent e7094d0125
commit 72378877ec
3 changed files with 5 additions and 0 deletions

View File

@ -219,3 +219,5 @@ in the Python folder.
- https://www.imc-tm.de/produkte/messtechnik-hardware/imc-cronosflex/ueberblick/
- https://cython.readthedocs.io/en/latest/src/userguide/wrapping_CPlusPlus.html
- https://github.com/Apollo3zehn/ImcFamosFile
- https://pypi.org/help/#apitoken

0
myfile.raw Normal file
View File

View File

@ -11,6 +11,9 @@ sdist: ../cython/py_imc_termite.pyx ../cython/imc_termite.pxd ../cython/py_imc_t
cp -v ../LICENSE ./
python3 setup.py sdist
# authentication:
# - username: __token__
# - password: <token value including pypi-prefix>
upload:
python3 -m twine upload dist/$(shell ls -t dist/ | head -n1)