Elektrine lite

← Feed

@sikachu@mastodon.social

Post #3014847

2026-05-21 04:30 UTC

I know that for RubyGems if you do `gem push` from command line you'll need to do 2FA to approve it. However, I assume those goes away once more and more gems move to use GitHub Actions to release the gem? I wonder if RubyGems or gem.coop would add this to the flow? https://docs.npmjs.com/staged-publishing

Replies (1)

  • @kaspth@ruby.social 2026-06-08 14:53

    @sikachu@mastodon.social we've more or less got this for gem coop because I've been thinking about staged publishing and wanting it too, I just need to wire it up fully. so when the article came out I was just like: funny you should mention that NPM 😂 anyway, we've got separate indexes that users can setup: I can have @kaspth@ruby.social/dev that I push to and then verify the release, then I can move/copy it to @kaspth@ruby.social/ and voila! staged publishing!

    Open ##4294610