-
Notifications
You must be signed in to change notification settings - Fork 2
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
Automate releases #24
Comments
yeah they are possible. |
Related issues:
|
Thanks @pmav99 From what I understood, there are 3 options to build and upload with
To tag a version:
To create wheel:
to publish to PIPY:
|
Do you mean to build the conda package? If yes, then there is also the option of getting the source code directly from PyPI. For PyPI I don't see what is the point of git cloning. Furthermore: - git releases
+ github releases
I am not sure I would say "best". But for the most part it is working fine. |
yes my bad, I meant |
@pmav99 I was wondering if it was possible to avoid to:
setup.cfg
,setup.py
andpyproject.toml
every time there is a PR in main.
Is is good practice ? and doable?
The text was updated successfully, but these errors were encountered: