georust / topojson

TopoJSON bindings and utilities for Rust
MIT License
10 stars 8 forks source link

crates publishing team #14

Closed michaelkirk closed 3 years ago

michaelkirk commented 3 years ago

👋 Hi @frewsxcv you are the only "user-owner" of the topojson crate, so only you can edit that crate's owners on crates.io

Following up on https://github.com/georust/meta/pull/21, I created a new topojson team for publishing to crates.io with you as a maintainer (actually since @frewsxcv is an organization owner, GH won't let me mark him as a maintainer, but it'd be redundant permissions anyway 🤷).

Could you please update the crate owners? Specifically:


cd topojson
# 💥 remove large publishing group
cargo owner --remove github:georust:core
# 🔐 add small publishing group
cargo owner --add github:georust:topojson-publishers

# you're currently the only user-owner of topojson. Consider adding another user-owner, 
# that way if for some reason you become inaccessible we have someone else who can edit the owners. 
# See https://github.com/rust-lang/crates.io/issues/2906
cargo owner --add <username>

# make sure everything looks good 👀 
cargo owner --list

If there's anyone else you'd like to be able to publish the crates, feel free to add them to your publishing team, or as a user-owner. Consider that user-owners, as opposed to owners-via-team, can themselves edit the crate's owners, which could be desirable, or not, depending.

In particular, users who have been active in this repo in the past:

Let me know if you have any questions, or you can review https://github.com/georust/meta/pull/21.

pjsier commented 3 years ago

I'm interested in being a publisher if that's alright

frewsxcv commented 3 years ago

done