Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Auto deploy on Pypi is brokenΒ #804

@erwanp

Description

@erwanp

πŸ› Describe the bug

setup.py was removed with 0.16 #734

πŸ’‘ 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 workingci-devcontinum-integration, tests, and development workflowhelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions