Lemma is an Electromagnetics API
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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/*