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.
12345 |
- rm -rf dist
- python setup.py build
- python setup.py bdist_wheel
- auditwheel repair --plat manylinux2010_x86_64 pyLemma-0.0.2-cp37-cp37m-linux_x86_64.whl
- twine upload dist/*
|