summaryrefslogtreecommitdiff
path: root/ci/github_releases.py
Commit message (Collapse)AuthorAgeFilesLines
* build: use scriv to create GitHub releasesNed Batchelder2023-01-161-146/+0
|
* build: releases get a nicer pypi/install footerNed Batchelder2022-11-021-19/+13
|
* build: gh releases have pypi link and installation instructionNed Batchelder2022-09-301-3/+17
|
* style: adapt to latest pylint concernsNed Batchelder2022-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Before these changes, these violations happened: ``` lint run-test: commands[6] | python -m pylint --notes= coverage tests doc ci igor.py setup.py __main__.py ************* Module coverage.parser coverage/parser.py:1290 I: Useless suppression of 'too-many-function-args' (useless-suppression) ************* Module ci.download_gha_artifacts ci/download_gha_artifacts.py:18 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout) ci/download_gha_artifacts.py:54 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout) ************* Module ci.trigger_build_kits ci/trigger_build_kits.py:21 W: Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely (missing-timeout) ************* Module ci.github_releases ci/github_releases.py:138 E: Too many positional arguments for function call (too-many-function-args) ci/github_releases.py:138 I: Useless suppression of 'no-value-for-parameter' (useless-suppression) ************* Module ci.comment_on_fixes ci/comment_on_fixes.py:30 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout) ci/comment_on_fixes.py:37 W: Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely (missing-timeout) ci/comment_on_fixes.py:49 W: Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely (missing-timeout) ************* Module ci.parse_relnotes ci/parse_relnotes.py:126 E: Too many positional arguments for function call (too-many-function-args) ci/parse_relnotes.py:126 I: Useless suppression of 'no-value-for-parameter' (useless-suppression) ```
* build: clean up ci helpers, use them more uniformlyNed Batchelder2022-06-021-4/+4
|
* build: make tags like 5.6.1 not coverage-5.6.1Ned Batchelder2021-04-151-2/+2
|
* Use requests link parsingNed Batchelder2020-05-201-7/+3
|
* GitHub release automationNed Batchelder2020-05-191-0/+142