-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request