Closed redeboer closed 1 month ago
This PR fixes a few bugs if --no-pypi is specified:
--no-pypi
pypi
cd.yml
classsifiers
pyproject.toml
.pre-commit-config.yaml
This PR fixes a few bugs if
--no-pypi
is specified:pypi
publish step is removed from thecd.yml
workflow.classsifiers
are removed frompyproject.toml
, because they are only used by PyPI..pre-commit-config.yaml
are now fixed.