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

Add publication feature #1567

Open
acampove opened this issue Nov 22, 2024 · 0 comments
Open

Add publication feature #1567

acampove opened this issue Nov 22, 2024 · 0 comments

Comments

@acampove
Copy link

Is your feature request related to a problem? Please describe.

When pushing a project, I normally want to:

  1. Create a new tag based on the content of the pyproject.toml version.
  2. Push both tags and code

I currently do that with this script.

Describe the solution you'd like
I see that there is an unimplemented feature:

image

and I wonder if this tool can be some how made to do something similar. Maybe the tool would not be able to detect that there is a new version in the pyproject.toml (new because no tag with the same name exists), but it could push the tags and commits to the remote.

Describe alternatives you've considered

I just use the publish utility I showed above.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant