Does pulp login support 2FA?

Hi, I’m planning to publish some libraries to pursuit, for integrating some popular python packages(numpy, pandas, django, etc) into purescript workflow.

I haven’t got started but when viewing how to publish a package, I feel the command pulp login may be troublesome because my GitHub account is using 2FA.

I wonder if pulp login could work with 2FA.

pulp’s login command works fine with 2FA, it just needs a GitHub token, which you can generate independently of your login method.

1 Like

Thanks, sounds great!