sirwart / ripsecrets

A command-line tool to prevent committing secret keys into your source code
MIT License
805 stars 24 forks source link

Publish on crates.io #77

Closed colindean closed 6 months ago

colindean commented 1 year ago

Splitting off from https://github.com/sirwart/ripsecrets/issues/66#issuecomment-1591071018 and https://github.com/sirwart/ripsecrets/issues/66#issuecomment-1722413032, it'd be great if this was uploading to crates.io on release.

https://doc.rust-lang.org/cargo/reference/publishing.html

https://users.rust-lang.org/t/does-anyone-use-github-actions-to-run-cargo-publish/92374

lafrenierejm commented 8 months ago

Following https://github.com/sirwart/ripsecrets/pull/85, the release Actions workflow now publishes the crate to crates.io. The crate should become available the next time a new version is tagged.

lafrenierejm commented 8 months ago

@sirwart Following up on this and https://github.com/sirwart/ripsecrets/issues/66#issuecomment-1962737567 again. Have you given any more thought to triggering the release workflow?

lafrenierejm commented 6 months ago

@sirwart Gentle nudge to publish a crate. :)

sirwart commented 6 months ago

@lafrenierejm just published!