Skip to content
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

Pkg.publish() UI issue when tagging multiple packages #6263

Closed
amitmurthy opened this issue Mar 25, 2014 · 1 comment
Closed

Pkg.publish() UI issue when tagging multiple packages #6263

amitmurthy opened this issue Mar 25, 2014 · 1 comment
Labels
packages Package management and loading

Comments

@amitmurthy
Copy link
Contributor

When trying to publish after tagging multiple packages, the call throws up all the prompts for entering github credentials at the same time.

It should ideally ask once and if that is not possible at least in a serial manner.

For example:

julia> Pkg.publish()
INFO: Validating METADATA
INFO: Pushing AWS permanent tags: v0.1.3
INFO: Pushing HTTPClient permanent tags: v0.1.1
INFO: Pushing LibCURL permanent tags: v0.1.1
Username for 'https://github.com': Username for 'https://github.com': Username for 'https://github.com': amitmurthy
Password for 'https://amitmurthy@github.com': Password for 'https://@github.com': Password for 'https://@github.com': 
@jakebolewski
Copy link
Member

Moved issue to PkgDev.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages Package management and loading
Projects
None yet
Development

No branches or pull requests

2 participants