Lemma is an Electromagnetics API
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

publish.sh 360B

123456789101112
  1. # manylinux
  2. rm -rf build dist clean pyLemma.egg.info
  3. python setup.py build
  4. python setup.py bdist_wheel
  5. auditwheel repair ./dist/pyLemma*.whl -w ./clean
  6. twine upload build/* #clean/*
  7. #rm -rf dist
  8. #python setup.py build
  9. #python setup.py bdist_wheel
  10. #auditwheel repair --plat manylinux2010_x86_64 pyLemma-0.0.2-cp37-cp37m-linux_x86_64.whl
  11. #twine upload dist/*