setup CI/CD for updating PyPI version in the toml file whenever changes take place in PyPI package
kaustubh-cf opened this issue · 0 comments
kaustubh-cf commented
What is needed?
- Currently whenever a new version of the package is pushed in the PyPI here we manually have to update the version in
.toml
file also-
[tool.poetry]
name = "textbase-client"
version = "0.1.7"
- We want a way to automate this, with each push it should see if there's a change in the pypi org, and update accordingly.