chore: bump to 0.11.0 #16
publish_tp53.yml
on: push
on-main-branch-check
7s
Matrix: python-tests / Tests
Matrix: scala-tests / Tests
Matrix: build wheels / build-wheels
build source distribution
/
Build source distribution
18s
build seshat executable
/
Build Seshat executable
45s
make-github-release
0s
Annotations
1 error, 43 warnings, and 1 notice
build seshat executable / Build Seshat executable
No files were found with the provided path: ./scala/bin/seshat. No artifacts will be uploaded.
|
on-main-branch-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
python-tests / Python tests with 3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L20
Stub file not found for "google_auth_oauthlib.flow" (reportMissingTypeStubs)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L21
Stub file not found for "googleapiclient.discovery" (reportMissingTypeStubs)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L21
Type of "build_google_client" is partially unknown
Type of "build_google_client" is "(serviceName: Unknown, version: Unknown, http: Unknown | None = None, discoveryServiceUrl: Unknown | None = None, developerKey: Unknown | None = None, model: Unknown | None = None, requestBuilder: type[HttpRequest] = HttpRequest, credentials: Unknown | None = None, cache_discovery: bool = True, cache: Unknown | None = None, client_options: Unknown | None = None, adc_cert_path: Unknown | None = None, adc_key_path: Unknown | None = None, num_retries: int = 1, static_discovery: Unknown | None = None, always_use_jwt_access: bool = False) -> Unknown" (reportUnknownVariableType)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L55
Type annotation for attribute `mime_type` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L56
Type annotation for attribute `body` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L57
Type annotation for attribute `filename` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L58
Type annotation for attribute `headers` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L59
Type annotation for attribute `part_id` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L86
Type annotation for attribute `soup` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.12:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L109
Type annotation for attribute `text` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L20
Stub file not found for "google_auth_oauthlib.flow" (reportMissingTypeStubs)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L21
Stub file not found for "googleapiclient.discovery" (reportMissingTypeStubs)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L21
Type of "build_google_client" is partially unknown
Type of "build_google_client" is "(serviceName: Unknown, version: Unknown, http: Unknown | None = None, discoveryServiceUrl: Unknown | None = None, developerKey: Unknown | None = None, model: Unknown | None = None, requestBuilder: type[HttpRequest] = HttpRequest, credentials: Unknown | None = None, cache_discovery: bool = True, cache: Unknown | None = None, client_options: Unknown | None = None, adc_cert_path: Unknown | None = None, adc_key_path: Unknown | None = None, num_retries: int = 1, static_discovery: Unknown | None = None, always_use_jwt_access: bool = False) -> Unknown" (reportUnknownVariableType)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L55
Type annotation for attribute `mime_type` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L56
Type annotation for attribute `body` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L57
Type annotation for attribute `filename` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L58
Type annotation for attribute `headers` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L59
Type annotation for attribute `part_id` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L86
Type annotation for attribute `soup` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.11:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L109
Type annotation for attribute `text` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L20
Stub file not found for "google_auth_oauthlib.flow" (reportMissingTypeStubs)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L21
Stub file not found for "googleapiclient.discovery" (reportMissingTypeStubs)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L21
Type of "build_google_client" is partially unknown
Type of "build_google_client" is "(serviceName: Unknown, version: Unknown, http: Unknown | None = None, discoveryServiceUrl: Unknown | None = None, developerKey: Unknown | None = None, model: Unknown | None = None, requestBuilder: type[HttpRequest] = HttpRequest, credentials: Unknown | None = None, cache_discovery: bool = True, cache: Unknown | None = None, client_options: Unknown | None = None, adc_cert_path: Unknown | None = None, adc_key_path: Unknown | None = None, num_retries: int = 1, static_discovery: Unknown | None = None, always_use_jwt_access: bool = False) -> Unknown" (reportUnknownVariableType)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L55
Type annotation for attribute `mime_type` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L56
Type annotation for attribute `body` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L57
Type annotation for attribute `filename` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L58
Type annotation for attribute `headers` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L59
Type annotation for attribute `part_id` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L86
Type annotation for attribute `soup` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
python-tests / Python tests with 3.13:
python/tp53/seshat/find_in_gmail/_find_in_gmail.py#L109
Type annotation for attribute `text` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
scala-tests / Scala tests with Java 21
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
scala-tests / Scala tests with Java 17
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
scala-tests / Scala tests with Java 11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build wheels / Build wheels for 3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build wheels / Build wheels for 3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build wheels / Build wheels for 3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build source distribution / Build source distribution
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
make-changelog
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build seshat executable / Build Seshat executable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
publish-to-pypi
Generating and uploading digital attestations
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
tp53-sdist
|
16.3 KB |
|
tp53-wheels-3.11
|
15.7 KB |
|
tp53-wheels-3.12
|
15.7 KB |
|
tp53-wheels-3.13
|
15.7 KB |
|