mirror of
https://github.com/actions/setup-python.git
synced 2025-12-22 16:27:09 +00:00
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a272ba362a
commit
fc9c7d0367
1 changed files with 2 additions and 1 deletions
|
|
@ -122,8 +122,9 @@ steps:
|
|||
- run: pip install -r requirements.txt
|
||||
```
|
||||
|
||||
The action will create a `pip.conf` (Linux/macOS) or `pip.ini` (Windows) file in the appropriate location with the configured repository URL and credentials. All subsequent pip commands will use the configured repository.
|
||||
The action will create or overwrite a `pip.conf` (Linux/macOS) or `pip.ini` (Windows) file in the appropriate location with the configured repository URL and credentials. All subsequent pip commands will use the configured repository.
|
||||
|
||||
> **Warning:** If a `pip.conf` or `pip.ini` file already exists at that location, its contents will be overwritten by this action for the duration of the job. Existing settings are not merged or preserved.
|
||||
**Input parameters:**
|
||||
- `pypi-url`: The URL of your custom PyPI repository (e.g., `https://nexus.example.com/repository/pypi/simple`)
|
||||
- `pypi-username` (optional): Username for authentication with the custom repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue