setup-python/__tests__
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
..
data Bump requests from 2.32.2 to 2.32.4 in /__tests__/data (#1130) 2025-11-13 13:37:31 -06:00
cache-restore.test.ts Bump pyinstaller from 3.6 to 5.13.1 in /__tests__/data (#923) 2024-08-13 14:03:23 -05:00
cache-save.test.ts Add warning for empty cache paths (#642) 2023-04-06 12:02:34 +02:00
check-python-path.sh feature: add a python-path output 2022-05-24 21:02:03 +02:00
find-graalpy.test.ts graalpy: add graalpy early-access and windows builds (#880) 2025-10-22 11:16:57 -05:00
find-pypy.test.ts Update action to node20 (#772) 2023-12-05 14:52:09 +01:00
find-python.test.ts Support free threaded Python versions like '3.13t' (#973) 2025-03-04 16:49:43 -06:00
finder.test.ts Support free threaded Python versions like '3.13t' (#973) 2025-03-04 16:49:43 -06:00
install-graalpy.test.ts graalpy: add graalpy early-access and windows builds (#880) 2025-10-22 11:16:57 -05:00
install-pypy.test.ts Update action to node20 (#772) 2023-12-05 14:52:09 +01:00
install-python.test.ts Fix for Candidate Not Iterable Error (#1082) 2025-04-17 08:55:44 -05:00
test-pipenv.py Fix pipenv jobs (#699) 2023-07-13 14:11:40 +02:00
utils.test.ts Add support for custom PyPI repository configuration 2025-12-16 16:40:35 +00:00
verify-freethreaded.py Add e2e Testing for free threaded and Bump @action/cache from 4.0.0 to 4.0.3 (#1056) 2025-03-24 11:19:17 -05:00
verify-python.py Improve workflows (#88) 2020-05-01 18:52:58 +02:00