ONNX runtime python binding
Project description
ortpy
A thin Python language binding for the ONNX Runtime library on it's C APIs. Unlike the official onnxruntime package, which bundles the full runtime implementation in a heavy Python wheel. This gives you the flexibility to manage the runtime libraries yourself.
Installation
pip install ortpy[with-lib]
The with-lib extra bundles the ONNX Runtime shared libraries. If you manage the runtime libraries yourself, install without the extra:
pip install ortpy
Quick Start
import ortpy as ort
import numpy as np
# Create a session
session_options = ort.SessionOptions()
session = ort.Session("model.onnx", session_options)
# Inspect inputs and outputs
for name, info in session.get_input_info().items():
print(f"Input '{name}': shape={info.shape}, dtype={info.dtype}")
for name, info in session.get_output_info().items():
print(f"Output '{name}': shape={info.shape}, dtype={info.dtype}")
# Run inference
inputs = {"input": np.random.randn(1, 3, 224, 224).astype(np.float32)}
outputs = session.run(inputs)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ortpy-1.23b2-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 127.8 kB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e33b6ef64b6fd7ffee70aa67d44862585e94f6e9a9c619b74fbf1b0c90fc4ec
|
|
| MD5 |
88f7a35aa12e60025e9e5fba5702238b
|
|
| BLAKE2b-256 |
78c69c1764695798a75e087d4f077e80dfcc54489236eb569097622414f57b32
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp314-cp314-win_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp314-cp314-win_arm64.whl -
Subject digest:
3e33b6ef64b6fd7ffee70aa67d44862585e94f6e9a9c619b74fbf1b0c90fc4ec - Sigstore transparency entry: 1071816984
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 137.0 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd5ffbeb573883a1eb41c2dd3210fc6a09a0bcd038011f5e5f63ebcb58a666e5
|
|
| MD5 |
0bc4a3382ca24e517fc17bbf89ec51af
|
|
| BLAKE2b-256 |
82abeccd4ee1ebd7d951c7037466465cef7a9cdf060146463308106b1b0c5406
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp314-cp314-win_amd64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp314-cp314-win_amd64.whl -
Subject digest:
cd5ffbeb573883a1eb41c2dd3210fc6a09a0bcd038011f5e5f63ebcb58a666e5 - Sigstore transparency entry: 1071817155
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 146.0 kB
- Tags: CPython 3.14, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69dd7078dee1cdb69cfd3e52f205c4fe02c0625d83f1bb20dd5092072f753d6c
|
|
| MD5 |
91ffc4c5b9d73731897f02ec8763bdc2
|
|
| BLAKE2b-256 |
153a72079d2acb70d59eee3821ccab75804159f58882595129a0010abe2e20ae
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
69dd7078dee1cdb69cfd3e52f205c4fe02c0625d83f1bb20dd5092072f753d6c - Sigstore transparency entry: 1071815183
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 134.9 kB
- Tags: CPython 3.14, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98e9fb5455b49f89d39782bec4b2552566f096ee4f52dedcd3859888ae69d175
|
|
| MD5 |
96f2ea411fb3d25deeb695cff2979c65
|
|
| BLAKE2b-256 |
4eac8ad081d242a694fbbdfbea5e8953d0c853066a8c03f5eba8bf731c7a69d9
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
98e9fb5455b49f89d39782bec4b2552566f096ee4f52dedcd3859888ae69d175 - Sigstore transparency entry: 1071816084
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp314-cp314-macosx_14_0_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp314-cp314-macosx_14_0_arm64.whl
- Upload date:
- Size: 109.0 kB
- Tags: CPython 3.14, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92362721600debb6fdcc4365ad79bff440e01df3a6c550a25356f7292b12524e
|
|
| MD5 |
8b4831bc53315b0bb94e04fed00cc42c
|
|
| BLAKE2b-256 |
92904f353c33777c66f46597ddd553276833be0fe859fbd51dfcd7e52ff97d22
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp314-cp314-macosx_14_0_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp314-cp314-macosx_14_0_arm64.whl -
Subject digest:
92362721600debb6fdcc4365ad79bff440e01df3a6c550a25356f7292b12524e - Sigstore transparency entry: 1071815817
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 123.9 kB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e3d03677db86d14586916b7f1a7fe322c0e57f79e9aee96abc947b9a8caeb58
|
|
| MD5 |
889e116fe1ddbacce1b2e10c0b65b9e3
|
|
| BLAKE2b-256 |
b8fe32f4e35d2a6d79ae8fa366baef39737ac1576cc3b3d79f0c543d2740a7da
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp313-cp313-win_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp313-cp313-win_arm64.whl -
Subject digest:
6e3d03677db86d14586916b7f1a7fe322c0e57f79e9aee96abc947b9a8caeb58 - Sigstore transparency entry: 1071815503
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 132.8 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0415664cca700af2ed2ee3310b6df3ea7c23ba2b7a91ecb928d65751c6191f04
|
|
| MD5 |
6913dbc1dc2446e80a9d5b95c4a10494
|
|
| BLAKE2b-256 |
96f6350944742ea0a87313e3e2ebeac551bac973d10593c5ac7d338e9f33c70c
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp313-cp313-win_amd64.whl -
Subject digest:
0415664cca700af2ed2ee3310b6df3ea7c23ba2b7a91ecb928d65751c6191f04 - Sigstore transparency entry: 1071813115
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 146.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04ad45043e8a9dcd1ebd7a90847b9985a11f6f7fc8592be971386cf7a394dd71
|
|
| MD5 |
b0e20c448e05e40a6012a03b2ae6b0d7
|
|
| BLAKE2b-256 |
3364e9e3936940cabd39dfdbe391696115a3dce377565bd5281c5261f4ba6d14
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
04ad45043e8a9dcd1ebd7a90847b9985a11f6f7fc8592be971386cf7a394dd71 - Sigstore transparency entry: 1071816318
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 134.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b5299411fd214d5b28698e224ef88a0267e60c1d2f635d95c0c70fc0473a4f
|
|
| MD5 |
1511fde97b0a9636f3961081fe070f6a
|
|
| BLAKE2b-256 |
bb8c6c32f4f1b439171528e9a8f03816f0b11da601242e17d3e8542e2876b009
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
c1b5299411fd214d5b28698e224ef88a0267e60c1d2f635d95c0c70fc0473a4f - Sigstore transparency entry: 1071815003
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp313-cp313-macosx_14_0_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp313-cp313-macosx_14_0_arm64.whl
- Upload date:
- Size: 109.0 kB
- Tags: CPython 3.13, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4b827ed4464575fe8ec0f740fb028789a66c85bd2aa8b9c2a647d5478606ad3
|
|
| MD5 |
642ba74968ee771051a4f5c4b1822099
|
|
| BLAKE2b-256 |
f84f9814419fc9c53adccebf17880486b598e0022ffcddaab556af6bccfe9f1f
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp313-cp313-macosx_14_0_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp313-cp313-macosx_14_0_arm64.whl -
Subject digest:
f4b827ed4464575fe8ec0f740fb028789a66c85bd2aa8b9c2a647d5478606ad3 - Sigstore transparency entry: 1071815985
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 123.9 kB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cd7722a5d1bc4ca9f0685703c4d01a7f2a1f0b913ad19e623edcabc91c1ffcd
|
|
| MD5 |
e12cd1eff1863324efc60861504cdd9a
|
|
| BLAKE2b-256 |
9e9a50065eeb3081d9497cf872cb87a64a5bd9c72eb54d31368b9464704357c7
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp312-cp312-win_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp312-cp312-win_arm64.whl -
Subject digest:
6cd7722a5d1bc4ca9f0685703c4d01a7f2a1f0b913ad19e623edcabc91c1ffcd - Sigstore transparency entry: 1071814073
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 132.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b862514fa66a847ddb6fadd47c26478f1ec1727d521b81efe439975030d11e6
|
|
| MD5 |
3ced59781d1631b9e7db0a75eb0a4221
|
|
| BLAKE2b-256 |
4e3d96e86aedccc3d28d45ec7acf2c93bf0100749cf72400217cc1c7e121d36c
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp312-cp312-win_amd64.whl -
Subject digest:
2b862514fa66a847ddb6fadd47c26478f1ec1727d521b81efe439975030d11e6 - Sigstore transparency entry: 1071813975
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 146.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f10a1d43435bbe31f5a655c6015d4316fa4031e82e3efaa7205ddfac8281708d
|
|
| MD5 |
ad98cca37f8ed1f6db77a629e6b7237b
|
|
| BLAKE2b-256 |
ae75c0ba9cdfe27efa97c7f35f24f3833f60d1098dfc7407e40bb6106ae71864
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
f10a1d43435bbe31f5a655c6015d4316fa4031e82e3efaa7205ddfac8281708d - Sigstore transparency entry: 1071812831
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 134.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ff9aed6916a4a050cc0fb1861f0320a388f20823cd03beced41e8b532a12667
|
|
| MD5 |
5ac6db901fdba9cabac7f8447239a651
|
|
| BLAKE2b-256 |
1b9ecf3051fa90b21d7e84719ea5cc8bd41149297cd14f30e3a7c982f3b93a5e
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
0ff9aed6916a4a050cc0fb1861f0320a388f20823cd03beced41e8b532a12667 - Sigstore transparency entry: 1071817250
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp312-cp312-macosx_14_0_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp312-cp312-macosx_14_0_arm64.whl
- Upload date:
- Size: 109.1 kB
- Tags: CPython 3.12, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
199c337cbd72fad7054b1a1a299a819afff6c791d81a83f66af59fd18789849e
|
|
| MD5 |
c8b2cc6a41d1dafe886ed4eda6dc87d4
|
|
| BLAKE2b-256 |
553196b398d84770fe706867a64a5d692d14e7afce146c2214259e086fe32135
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp312-cp312-macosx_14_0_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp312-cp312-macosx_14_0_arm64.whl -
Subject digest:
199c337cbd72fad7054b1a1a299a819afff6c791d81a83f66af59fd18789849e - Sigstore transparency entry: 1071814252
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 124.2 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65f9bd7da84f2af2e1f9d6f69b9428c7c331124b1ccc81a83862880216fe4c66
|
|
| MD5 |
fef569ee28c90bb735c2eea78afc5b76
|
|
| BLAKE2b-256 |
099cdbca09dc12dab1495db8b30ade041b255fbd9d3d4f61e55e3b6375a6f932
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp311-cp311-win_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp311-cp311-win_arm64.whl -
Subject digest:
65f9bd7da84f2af2e1f9d6f69b9428c7c331124b1ccc81a83862880216fe4c66 - Sigstore transparency entry: 1071817075
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 132.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
613dcf3cdc3fe762b070831c755342ecd437d27c9f418f354d1348424ede3dc9
|
|
| MD5 |
fe225e3e6c29c722cf03af782d8a422b
|
|
| BLAKE2b-256 |
c8a29370bd679f470cc3e273dc3b3f726aa98715e6c64e7a04c5d59a6de1b54b
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp311-cp311-win_amd64.whl -
Subject digest:
613dcf3cdc3fe762b070831c755342ecd437d27c9f418f354d1348424ede3dc9 - Sigstore transparency entry: 1071815272
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 146.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
776171d60e37bd1a22e4f5005df1f2c19125217a2c85eacbfba8a594151640aa
|
|
| MD5 |
f1be4d5b947080a0f9ea3d250055cf61
|
|
| BLAKE2b-256 |
f04059faacbe63acb22a055f4a5cae5386fe5efe70d0917f1d5af08d99948504
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
776171d60e37bd1a22e4f5005df1f2c19125217a2c85eacbfba8a594151640aa - Sigstore transparency entry: 1071814538
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 135.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a7127b934ae2e0072cf649b83d6e0dc9eca666424547ab0c8dc87d9005fc9ae
|
|
| MD5 |
bf069fd3fb47be7651a12d3eebe2616e
|
|
| BLAKE2b-256 |
8f01fa4ac7cd30dee7cf9228b7c70901fd7090f2a92ceac0147dd30e5a5be871
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
1a7127b934ae2e0072cf649b83d6e0dc9eca666424547ab0c8dc87d9005fc9ae - Sigstore transparency entry: 1071815431
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp311-cp311-macosx_14_0_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp311-cp311-macosx_14_0_arm64.whl
- Upload date:
- Size: 109.5 kB
- Tags: CPython 3.11, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e0edbde18cf162748c3c74efdd3113d4f721f1c47061127de9fe6fd2f8fe4dc
|
|
| MD5 |
515b214894c52ee2baf040d3685e0576
|
|
| BLAKE2b-256 |
7922b5ec22716c42674c019cd37b22cc9928beef448603556c18bf6647d63956
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp311-cp311-macosx_14_0_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp311-cp311-macosx_14_0_arm64.whl -
Subject digest:
0e0edbde18cf162748c3c74efdd3113d4f721f1c47061127de9fe6fd2f8fe4dc - Sigstore transparency entry: 1071816721
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 132.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dd0708e0ca77a087fd5882f8c49b7670f92c32bcb8df84ad3ef01e997c7a416
|
|
| MD5 |
5a628ee3749acddd6cf7a65ab41b2561
|
|
| BLAKE2b-256 |
443fc4ed85f866fac3767fd0d4740a50a8b121c4f313a3ba3695d5d0921ccd31
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp310-cp310-win_amd64.whl -
Subject digest:
6dd0708e0ca77a087fd5882f8c49b7670f92c32bcb8df84ad3ef01e997c7a416 - Sigstore transparency entry: 1071814906
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 146.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48861e0f1cce329ca3af8dbc18b9c9ec87b5648eaf3574b61a0c749d37bc1cca
|
|
| MD5 |
3de9d5c9303011a62c5b0d0f12e006c7
|
|
| BLAKE2b-256 |
3dedd2a7589a3a07389a46eedd1185f2f5f20d1b468e58d4e5e93f17786ed60c
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
48861e0f1cce329ca3af8dbc18b9c9ec87b5648eaf3574b61a0c749d37bc1cca - Sigstore transparency entry: 1071813239
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 135.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffa1daacbca9ed76c733d8170dc20b620f1ddedefe87470a827ac14dac922107
|
|
| MD5 |
7137713d087d3781667b3d7493a27829
|
|
| BLAKE2b-256 |
b7561f80576518d77512b4bd39be2b390371e85b3e9b07523324280a2988fa26
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
ffa1daacbca9ed76c733d8170dc20b620f1ddedefe87470a827ac14dac922107 - Sigstore transparency entry: 1071817337
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ortpy-1.23b2-cp310-cp310-macosx_14_0_arm64.whl.
File metadata
- Download URL: ortpy-1.23b2-cp310-cp310-macosx_14_0_arm64.whl
- Upload date:
- Size: 109.1 kB
- Tags: CPython 3.10, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54453a02f270c03a212db12489edfa8449feb1c216c181ee4d7f0f0bf21501b0
|
|
| MD5 |
3ae79f8efdfe07d6c08bf08c0be65aae
|
|
| BLAKE2b-256 |
6a74e6882aa9f0796e524c7e33d0fb49041cd132e9990baadb92f09faac68fcf
|
Provenance
The following attestation bundles were made for ortpy-1.23b2-cp310-cp310-macosx_14_0_arm64.whl:
Publisher:
release.yml on chemwolf6922/onnxruntime.py
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ortpy-1.23b2-cp310-cp310-macosx_14_0_arm64.whl -
Subject digest:
54453a02f270c03a212db12489edfa8449feb1c216c181ee4d7f0f0bf21501b0 - Sigstore transparency entry: 1071816516
- Sigstore integration time:
-
Permalink:
chemwolf6922/onnxruntime.py@701f1622556c308561854543ace10bc29ed3dc5a -
Branch / Tag:
refs/tags/1.23b2 - Owner: https://github.com/chemwolf6922
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@701f1622556c308561854543ace10bc29ed3dc5a -
Trigger Event:
push
-
Statement type: