Skip to content
Snippets Groups Projects
Commit 4ec2828a authored by Matthew David Pitkin's avatar Matthew David Pitkin
Browse files

pyproject.toml add twine upload instructions

parent 7fcdecbb
No related branches found
No related tags found
No related merge requests found
# to build a release of cwinpy requires the "build" package:
# pip install build
# python -m build --sdist --outdir .
# Upload to PyPI with:
# twine upload --repository cwinpy cwinpy-*.tar.gz
[build-system]
requires = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment