mirror of
https://github.com/actions/setup-python.git
synced 2025-12-23 08:47:09 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| data | ||
| cache-restore.test.ts | ||
| cache-save.test.ts | ||
| check-python-path.sh | ||
| find-graalpy.test.ts | ||
| find-pypy.test.ts | ||
| find-python.test.ts | ||
| finder.test.ts | ||
| install-graalpy.test.ts | ||
| install-pypy.test.ts | ||
| install-python.test.ts | ||
| test-pipenv.py | ||
| utils.test.ts | ||
| verify-freethreaded.py | ||
| verify-python.py | ||