mirror of
https://github.com/actions/setup-python.git
synced 2025-12-24 17:27:09 +00:00
Update src/setup-python.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f054be5a92
commit
24f18a93cf
1 changed files with 2 additions and 0 deletions
|
|
@ -164,6 +164,8 @@ async function run() {
|
|||
if (pypiUrl) {
|
||||
const pypiUsername = core.getInput('pypi-username');
|
||||
const pypiPassword = core.getInput('pypi-password');
|
||||
core.setSecret(pypiUsername);
|
||||
core.setSecret(pypiPassword);
|
||||
await configurePipRepository(pypiUrl, pypiUsername, pypiPassword);
|
||||
}
|
||||
const pipInstall = core.getInput('pip-install');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue