In the meantime to publish a new release we need to do it manually.
Version package release:
- rm -rf build/ dist/ *.egg-info
Update all "1.1.0" to "1.1.0"
- git status
- git add .
- git commit -m "Release v1.1.0"
- git tag v1.1.0
- git push
Build and post to pipy
- python -m build
- ls -lh dist/
- twine upload dist/*
- input API key