-
Notifications
You must be signed in to change notification settings - Fork 21
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
Faster release cycle #105
Comments
@ojii WDYT about giving Jari pypi privileges? |
Why not setup deploy flow to pypi in github actions when merging to master? |
I'd prefer automated releases as ted suggests, but I've never set that up so I'm not sure what the current state of the art is. if someone knows, please let me know. |
@ojii
I can do the rest. |
We use poetry |
Manually I'd do |
Just briefly reading looking at: Poetry authenticates with pypi via I think this the steps in this article makes sense: |
huh I still use |
@jarikujansuu while we're trying to figure out how to automate/improve this, I've released 21.11. |
Dima is right, poetry doesn't require twine upload. I tried it a few times with pypi-test, seems to be working fine. |
Not sure if this is correct channel for this kind of request.
But I wish there was faster release cycle, currently of course interested in having released version which would include #101. Last release has been October 7th and after that has been 2 functional improvement PRs, and that consistent read support was merged 23 days ago.
I am now using git dependency but as there are also no tags have to rely on random rev value which is not obviously clear what we are using.
The text was updated successfully, but these errors were encountered: