Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
15 stars 29 forks source link

Fix release GitHub workflow #443

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

python -m build is now the standard way of building a package in Python because it works regardless of the "build backend" you're using. We don't use setup.py and setuptools anymore.