Lemma is an Electromagnetics API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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