A ant design component for pytest based on transstellar framework.
-
Update PyPI Token. Open .env to update
POETRY_PYPI_TOKEN_PYPI
variable. -
Create a new version and tag
poetry version [major|minor|patch]
git add -u; git commit -m 'chore: bump version to 1.2.3'
git tag -a v1.2.3
- Build & Publish
poetry build
poetry publish