Lemma is an Electromagnetics API
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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