-
Notifications
You must be signed in to change notification settings - Fork 4
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
Publish to crates.io #3
Comments
I have some major refactoring I want to do first, but the plan is to eventually publish it to crates.io |
Awesome. Maybe we can share some modules in the future. I am currently working on the Wikibase API (https://crates.io/crates/wikibase) and it would be cool if both libraries would work together well. |
It should be trivial to have a CI workflow that automatically publishes to crates.io whenever a new version is published; perhaps we should go this route. I can draft a PR which would do this. |
Publishing a new version when a new version is published? Huh? And if you're suggesting to publish a new version with every push to master, no, denied. The main issue is that we need to come up with a crate name since |
Do you think I'm insane? The workflow would be triggered when a new Git tag is pushed to the repository (or whenever you push a button).
|
If I already have to create a git tag and update the version number in |
Would it be possible to publish this library to crates.io?
The text was updated successfully, but these errors were encountered: