setup-python/src
GitHub Copilot f054be5a92 Add support for custom PyPI repository configuration
- Add pypi-url, pypi-username, and pypi-password inputs to action.yml
- Implement configurePipRepository() function in utils.ts to create pip.conf/pip.ini
- Integrate pip configuration into setup-python.ts workflow
- Add comprehensive unit tests for pip configuration functionality
- Update README.md with usage examples and documentation
- Automatically mask credentials in logs for security

Fixes #814
2025-12-16 16:40:35 +00:00
..
cache-distributions fix: add arch to cache key (#896) 2024-08-07 15:12:32 -05:00
cache-save.ts Change missing cache directory error to warning (#1182) 2025-08-25 21:45:55 -05:00
find-graalpy.ts graalpy: add graalpy early-access and windows builds (#880) 2025-10-22 11:16:57 -05:00
find-pypy.ts Include python version in PyPy python-version output (#1110) 2025-07-21 14:01:05 -05:00
find-python.ts Add Architecture-Specific PATH Management for Python with --user Flag on Windows (#1122) 2025-07-03 12:09:25 -05:00
install-graalpy.ts graalpy: add graalpy early-access and windows builds (#880) 2025-10-22 11:16:57 -05:00
install-pypy.ts fix: install PyPy on Linux ARM64 (#1011) 2025-02-05 13:58:38 -06:00
install-python.ts Fix for Candidate Not Iterable Error (#1082) 2025-04-17 08:55:44 -05:00
setup-python.ts Add support for custom PyPI repository configuration 2025-12-16 16:40:35 +00:00
utils.ts Add support for custom PyPI repository configuration 2025-12-16 16:40:35 +00:00