Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup CI/CD for updating PyPI version in the toml file whenever changes take place in PyPI package #163

Open
kaustubh-cf opened this issue Oct 19, 2023 · 0 comments
Labels
hacktoberfest help wanted Extra attention is needed

Comments

@kaustubh-cf
Copy link
Contributor

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.
@kaustubh-cf kaustubh-cf added help wanted Extra attention is needed hacktoberfest labels Oct 19, 2023
@kaustubh-cf kaustubh-cf changed the title setup CI/CD for updating PyPI version in the toml file whenever changes take place in PyPI setup CI/CD for updating PyPI version in the toml file whenever changes take place in PyPI package Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant