Scripts for making (C)Python releases
Find a file
2025-12-16 17:57:04 +02:00
.github Add support for Python 3.14 (#318) 2025-12-15 22:48:16 +02:00
tests Fix sha256sum -> sha256_sum to match Django model (#322) 2025-12-16 17:57:04 +02:00
windows-release Run Windows pipeline: update checkbox labels and defaults (#307) 2025-12-02 23:32:34 +02:00
.coveragerc More test coverage for release.py and sbom.py (#187) 2024-10-31 18:08:50 +02:00
.gitignore Check for magic number mismatch early to avoid surprises in RC stage (#153) 2024-07-31 20:59:17 +02:00
.pre-commit-config.yaml Windows release build cleanup and PyManager support (#236) 2025-04-28 22:25:27 +01:00
.ruff.toml Add more linting (#109) 2024-04-24 16:19:18 +02:00
add_to_pydotorg.py Fix sha256sum -> sha256_sum to match Django model (#322) 2025-12-16 17:57:04 +02:00
buildbotapi.py Remove unused buildbotapi code and test the rest (#207) 2025-01-14 11:02:49 +02:00
dev-requirements.in Test add_to_pydotorg.list_files (#258) 2025-06-25 22:41:58 +03:00
dev-requirements.txt Add support for Python 3.14 (#318) 2025-12-15 22:48:16 +02:00
LICENSE.txt Add PSF licence (#249) 2025-07-21 10:39:47 +02:00
mypy-requirements.txt Bump the pip group with 2 updates (#311) 2025-12-01 14:53:08 +08:00
pyproject.toml Windows release build cleanup and PyManager support (#236) 2025-04-28 22:25:27 +01:00
README.md Add Dependabot to keep GitHub Actions up-to-date 2024-02-08 16:07:17 -06:00
release.py Move and use ask_question in release.py and test (#319) 2025-12-15 22:49:00 +02:00
requirements.in Update alive-progress for typing and wheels (#263) 2025-07-30 23:10:04 +03:00
requirements.txt Add support for Python 3.14 (#318) 2025-12-15 22:48:16 +02:00
run_release.py Move and use ask_question in release.py and test (#319) 2025-12-15 22:49:00 +02:00
sbom.py Windows release build cleanup and PyManager support (#236) 2025-04-28 22:25:27 +01:00
select_jobs.py Add Android support (#265) 2025-08-13 15:31:36 +03:00
size.py Remove unused CHM handling (#148) 2024-07-31 13:30:58 +02:00
tox.ini Add support for Python 3.14 (#318) 2025-12-15 22:48:16 +02:00
update_version_next.py Make the script executable 2024-09-05 13:47:48 +02:00

release-tools

.github/workflows/test.yml

Scripts for making (C)Python releases.