We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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':
The text was updated successfully, but these errors were encountered:
Moved issue to PkgDev.jl
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: