-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
bugSomething isn't workingSomething isn't workingci-devcontinum-integration, tests, and development workflowcontinum-integration, tests, and development workflowhelp wantedExtra attention is neededExtra attention is needed
Description
π Describe the bug
setup.py was removed with 0.16 #734
-
Therefore the Deploy pipeline is broken : https://github.com/radis/radis/blob/develop/.travis.yml#L150
-
also the description and meta data are imissing : https://pypi.org/project/radis/0.16/ (there was an auto conversion from Readme.md to Readme.rst in the former setup.py file)
π‘ Possible solutions
An alternative is to use Build, see https://stackoverflow.com/questions/58753970/how-to-build-a-source-distribution-without-using-setup-py-file
pip install build
python -m build --sdist --wheel
It will be required to include this in our Continuous integration Pipeline
In the meantime, a temp fix is to ask @erwanp to do it manually and deploy from a local installation. This was done successfully for 0.16 https://pypi.org/project/radis/
. Manual upload is done with
twine upload dist/* --repository radis
π² Radis version
0.16
π» Operating system
Windows
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingci-devcontinum-integration, tests, and development workflowcontinum-integration, tests, and development workflowhelp wantedExtra attention is neededExtra attention is needed