Testing packaging and uploading with GitHub actions
Project description
Test package
This repo is for testing build and release automation of Python setuptools projects with GitHub Actions
Below is the needed per-repsitory setup. The workflow file itself should not need
editing, instead you configure it via variables in .github/workflows/release-vars.sh.
You also need to enable Trusted Publisher uploads on PyPI and TestPI, and add an API key
as a repository secret in GitHub for Anaconda package uploads.
Configure repository name
This restricts upload steps to run only for workflows running in this repository.
- Set
RELEASE_REPOin.github/workflows/release-vars.shto the username and repository name, e.g.export RELEASE_REPO="chrisjbillington/conda-build-test"
Set up Trusted Publisher package uploads
Per the docs:
- Go to https://test.pypi.org/manage/account/publishing, fill in the details and do
set the optional GitHub environment to
testpypi. - Go to https://pypi.org/manage/account/publishing, fill in the details and do
set the optional GitHub environment to
pypi.
For both PyPI and Test PyPI, "Workflow name" is release.yml.
Set up Anaconda uploads
- set
ANACONDA_USERin.github/workflows/release-vars.sh, e.g:export ANACONDA_USER="cbillington"
- Set
ANACONDA_API_TOKENas a repository secret in GitHub. If you don't have a token, create one on your Anaconda settings page, e.g.: https://anaconda.org/cbillington/settings/access
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 conda_build_test-0.4.1.tar.gz.
File metadata
- Download URL: conda_build_test-0.4.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cda3d9babe377ac039ad29b74b1192992297b10aef359d48292a03bf7095b180
|
|
| MD5 |
28b89c245fe1c65818461d550a1c02c7
|
|
| BLAKE2b-256 |
7849137fdbd0c7cdb1632e1b9689ca4168b8e3c38d13385ddbb51bd6310c7ec6
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1.tar.gz:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1.tar.gz -
Subject digest:
cda3d9babe377ac039ad29b74b1192992297b10aef359d48292a03bf7095b180 - Sigstore transparency entry: 154617077
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 9.3 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
259bbf429afd6e76f22752033a9de2faad131daa47a904377989ad030e4a0a0f
|
|
| MD5 |
b9a8fd74572d15f41e9a98e06f15c5ac
|
|
| BLAKE2b-256 |
eae3aa6ecff51a77b3021268744abddd91851a136f464c7e21abc65df549e9b3
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp313-cp313-win_amd64.whl -
Subject digest:
259bbf429afd6e76f22752033a9de2faad131daa47a904377989ad030e4a0a0f - Sigstore transparency entry: 154617098
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp313-cp313-win32.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp313-cp313-win32.whl
- Upload date:
- Size: 8.9 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c3378d15943aca6a72c373b4ed51d1ec99851a54c2a38e814d1069df42b88b3
|
|
| MD5 |
fe93a364afc035f62810d2f28d44ea8b
|
|
| BLAKE2b-256 |
54a2f2ff5ed4860268520ac8e4a9a886cf55aff2b460427fe1fdef04775f32af
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp313-cp313-win32.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp313-cp313-win32.whl -
Subject digest:
1c3378d15943aca6a72c373b4ed51d1ec99851a54c2a38e814d1069df42b88b3 - Sigstore transparency entry: 154617083
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0f62bf21232820c8529b38863e68b0d19cca82c9eb8d0adccba9e18ed2b7cb8
|
|
| MD5 |
89117e01218ad6089c2b0073706e7814
|
|
| BLAKE2b-256 |
dc9a00d4a160323f8aeba1464acb16bb4d947e6859b7db05ef11a48a8b9a8d85
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
f0f62bf21232820c8529b38863e68b0d19cca82c9eb8d0adccba9e18ed2b7cb8 - Sigstore transparency entry: 154617101
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 11.0 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54fbd3f80056def6817cb8d305aba580027ca6e525f8c19ea8c11c01d4f597c1
|
|
| MD5 |
f09aa8bbc11e18691572b4f7c3ac2221
|
|
| BLAKE2b-256 |
87146c59b63f22a6bfb1ec95235f0ebae197e8531afe50999c202d5b853c109c
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_i686.whl -
Subject digest:
54fbd3f80056def6817cb8d305aba580027ca6e525f8c19ea8c11c01d4f597c1 - Sigstore transparency entry: 154617123
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e9dfe77686d67968e0e2f7be3330ce9d26cbb8cf121d7075a8cc00067e7b183
|
|
| MD5 |
30e59a04bbd7b72ac8fa4a631b1e51f0
|
|
| BLAKE2b-256 |
93c1fbdde9bb3a656f8396cdb4a5aaacf1d96cd0fd5359bd95d74a373dc4bba0
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
7e9dfe77686d67968e0e2f7be3330ce9d26cbb8cf121d7075a8cc00067e7b183 - Sigstore transparency entry: 154617148
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 11.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78594d15e2b9c0d8e7be970d6a91a479dd1768a9330eec15591482146cfa1c2e
|
|
| MD5 |
690eb0232c0d3617f9f0332d04719692
|
|
| BLAKE2b-256 |
3f3f58387f70ac4d83a87a176a5367dc1a43c1cba282cafd0d6ea7efbec2d2ba
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl -
Subject digest:
78594d15e2b9c0d8e7be970d6a91a479dd1768a9330eec15591482146cfa1c2e - Sigstore transparency entry: 154617088
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 5.9 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a32fc981d9b303a644bbb9887d99a3280c1ccd86650f89ce0ff851483de13fdf
|
|
| MD5 |
c384cafb2073ea2b4522578c1352086e
|
|
| BLAKE2b-256 |
aa2b1335ee04e9a1751ffb5f005d7e95a9204e47579ea70cdd7e2c4b0e88ff16
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
a32fc981d9b303a644bbb9887d99a3280c1ccd86650f89ce0ff851483de13fdf - Sigstore transparency entry: 154617104
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 5.6 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
756f9e8fadd83279aae27e3b4c2051442b447ef03b6f49312f56d5ea07d59525
|
|
| MD5 |
a643579b9e111a2da63b828e66df451c
|
|
| BLAKE2b-256 |
24f09bf5fdc4c8ae3f218d97542870b28de71e07044b9cf12177a8ae1a46f749
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
756f9e8fadd83279aae27e3b4c2051442b447ef03b6f49312f56d5ea07d59525 - Sigstore transparency entry: 154617092
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 9.3 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f322f67896d0700098d8c6cef68ab4dd681b6d2a2f314c92295fada0e41577a
|
|
| MD5 |
36e8591e999f22240ffdfccfd0e58ca6
|
|
| BLAKE2b-256 |
1b3f0e919588e83a40a32bb35b4e30a4363cbe568d0dde07aeca98b754a96237
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp312-cp312-win_amd64.whl -
Subject digest:
9f322f67896d0700098d8c6cef68ab4dd681b6d2a2f314c92295fada0e41577a - Sigstore transparency entry: 154617105
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp312-cp312-win32.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp312-cp312-win32.whl
- Upload date:
- Size: 8.9 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39735ae99b8cded4fa828195f57692501f6666eaa60cbe987343075c51b4cb9d
|
|
| MD5 |
328512fe9e58b590bf7e25802ea991c5
|
|
| BLAKE2b-256 |
ccfd80734540b2322b3e1f089907c00485180215c10793b9e2b0c21940c5f52f
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp312-cp312-win32.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp312-cp312-win32.whl -
Subject digest:
39735ae99b8cded4fa828195f57692501f6666eaa60cbe987343075c51b4cb9d - Sigstore transparency entry: 154617113
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 11.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6202e45d4b0a63edbe7cc8b169d10a7bd16949a191cd02f7b9a37e6465c0db3a
|
|
| MD5 |
d49fea8815ff098d986b3f099508d9f8
|
|
| BLAKE2b-256 |
8f509650ccb37cb93a3de9f021632673899386d98ca9fee8499db0d522431935
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
6202e45d4b0a63edbe7cc8b169d10a7bd16949a191cd02f7b9a37e6465c0db3a - Sigstore transparency entry: 154617107
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 11.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c96c3115ee40e85f96d92903ff682b3c764339aea5f8ecc21165b36632b78008
|
|
| MD5 |
2b628fe42c1e1341fe194209d9e7a94e
|
|
| BLAKE2b-256 |
0c0070bb888d565bc5e021e76e4632ebd348e6dd73e60ba5d762be7e31f729bf
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_i686.whl -
Subject digest:
c96c3115ee40e85f96d92903ff682b3c764339aea5f8ecc21165b36632b78008 - Sigstore transparency entry: 154617124
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb3cee2bf7f7efa22a4b4c523033b7be0d0f4e632baf719979f004d7f782482c
|
|
| MD5 |
b6073318dfc6e158b3cfdd6ef7405541
|
|
| BLAKE2b-256 |
458d636d2d6563f57b2f030b81bb0721c4cd866a89133748b9c93bb9c1cdd5bb
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
fb3cee2bf7f7efa22a4b4c523033b7be0d0f4e632baf719979f004d7f782482c - Sigstore transparency entry: 154617117
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 11.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e318459437039fbb55006f4ead56c948e5d59284ec28a4e1e2b6d265f12ba49
|
|
| MD5 |
c0e6fe7b0d8e251f6242fb71fb991ef6
|
|
| BLAKE2b-256 |
8131cd46db6ef994fa34a7cca0da33ea6924a0da71e9dc41233a8d6529cef8dd
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl -
Subject digest:
5e318459437039fbb55006f4ead56c948e5d59284ec28a4e1e2b6d265f12ba49 - Sigstore transparency entry: 154617089
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 5.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6eacac9188cb171140fe0dbaae0a42369d5e5c93834eed8671372079b519a27
|
|
| MD5 |
17277ebf5863fc12999aa887e701c0a2
|
|
| BLAKE2b-256 |
dedcc833048b6eb41610bd12664f0f6c3be0ab2a6b7fefb5c4f85b8779178c3c
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
e6eacac9188cb171140fe0dbaae0a42369d5e5c93834eed8671372079b519a27 - Sigstore transparency entry: 154617144
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 5.6 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1abed99756b5cccd0e10fe59898973e618069c1c9b2ffc94c74022a87783c04e
|
|
| MD5 |
7c0a65bb512212fbb35506afa899d115
|
|
| BLAKE2b-256 |
7925e649299a88bb6d4d5b5874a0a16a1804534bee62ed9960157019bf38528e
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
1abed99756b5cccd0e10fe59898973e618069c1c9b2ffc94c74022a87783c04e - Sigstore transparency entry: 154617093
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 9.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ca94d866c2f4263e5f8c2639c027d622f98178fded8b286c1c425453dd45b14
|
|
| MD5 |
93c06bec98225539b2558c46191082be
|
|
| BLAKE2b-256 |
299510ddf671cb0b1fe2ba256f129a0c12a55b11aeaf2352a55b81acfeeeb523
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp311-cp311-win_amd64.whl -
Subject digest:
5ca94d866c2f4263e5f8c2639c027d622f98178fded8b286c1c425453dd45b14 - Sigstore transparency entry: 154617149
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp311-cp311-win32.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp311-cp311-win32.whl
- Upload date:
- Size: 8.9 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
432f96602d4615e1d3b40441cabadb1545ef1305fb791902ac11f7b8a1f7fcfd
|
|
| MD5 |
a60cfa15c0948c6ef2b0ed7416f089ab
|
|
| BLAKE2b-256 |
7c6b289dfc8066729e34f9065a55444d6e933e1c107364735caafa0134827378
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp311-cp311-win32.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp311-cp311-win32.whl -
Subject digest:
432f96602d4615e1d3b40441cabadb1545ef1305fb791902ac11f7b8a1f7fcfd - Sigstore transparency entry: 154617146
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
371df8baa455de3354703be3cdd1c56a785852ab823da417f0388eec767a58ff
|
|
| MD5 |
2231fea0e69b026628c9caeb1ec14659
|
|
| BLAKE2b-256 |
799d1946fc329aa3087a0587c646edf3d28c7df6f647cc7cbe4387ec90b51eff
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
371df8baa455de3354703be3cdd1c56a785852ab823da417f0388eec767a58ff - Sigstore transparency entry: 154617100
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 11.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09790a32536838e89d3fdc525aaa303ff9712822ddaa06dd46d763018bad6d87
|
|
| MD5 |
df3518aa6b1c2abbc0b842c4b9729838
|
|
| BLAKE2b-256 |
10f9c19041836f4678669ed5962f8a85d41d0de1cdd008f39576e03be973ccf1
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_i686.whl -
Subject digest:
09790a32536838e89d3fdc525aaa303ff9712822ddaa06dd46d763018bad6d87 - Sigstore transparency entry: 154617112
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5876d01e626edb793c8a119986d2af75984025ee1c3e75d2f84c8117b5e44c37
|
|
| MD5 |
cb1dda0c33fdf88eb6fcb1b1d9f8ae5e
|
|
| BLAKE2b-256 |
08f59f838bc3b029fcb7d3c9c6d9cfba6c2270b753f257b66505c39a49c047c4
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
5876d01e626edb793c8a119986d2af75984025ee1c3e75d2f84c8117b5e44c37 - Sigstore transparency entry: 154617138
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 11.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d052f8c93c02345ae0b94005931c6d76c1790013755f6b4f47aa02cc32beee75
|
|
| MD5 |
b64f46121831999538b0f853dd90f391
|
|
| BLAKE2b-256 |
2c586b54625f009967f024134db465abc7813ae17dea3810edfb0108fd18d75c
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl -
Subject digest:
d052f8c93c02345ae0b94005931c6d76c1790013755f6b4f47aa02cc32beee75 - Sigstore transparency entry: 154617079
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 5.9 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
525dbcbea56f7f473527a318ceded2891d94e81e153b6fe4057eb757a32486e9
|
|
| MD5 |
3e2e840e9ea3ba2fb2dee02bccc60ce9
|
|
| BLAKE2b-256 |
2d0de7f554cf38b0b9d9a00ac8047e16dba38d83a899a1f1be5d592b34a19cb3
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
525dbcbea56f7f473527a318ceded2891d94e81e153b6fe4057eb757a32486e9 - Sigstore transparency entry: 154617086
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 5.6 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b355c9ce4c1cd4aac0e99dacc6f6ba5f6d8d9cb51d0c0cfbc5f02faf907859c
|
|
| MD5 |
2d2c3b8b66929c1d9f451a4c698785a8
|
|
| BLAKE2b-256 |
8ef2ce0111bee00574e78184b771cc831ba578eff08396aed359f3f02c892c9a
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
8b355c9ce4c1cd4aac0e99dacc6f6ba5f6d8d9cb51d0c0cfbc5f02faf907859c - Sigstore transparency entry: 154617087
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 9.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3eb5e186c1fd635fc6c0edd52233fc313c7a085ec1e18a12b5924ed238d37a91
|
|
| MD5 |
fb70c2aad15c4c31ebf80bce5cffc695
|
|
| BLAKE2b-256 |
c1d7bcce5c92b7c531b5d0f09a327d05c179ea015fe26ab7788bd9b4544266da
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp310-cp310-win_amd64.whl -
Subject digest:
3eb5e186c1fd635fc6c0edd52233fc313c7a085ec1e18a12b5924ed238d37a91 - Sigstore transparency entry: 154617135
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp310-cp310-win32.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp310-cp310-win32.whl
- Upload date:
- Size: 8.9 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5421558e27abf7a1e197d315135ef513e3ca60b94b09099bbd0a14526b7fad17
|
|
| MD5 |
f278003c1954ce4fc5e65b6e968b32f6
|
|
| BLAKE2b-256 |
fd9f6429021d4e8e885747f987cde195a2b2da349f05c074baf250515df1f883
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp310-cp310-win32.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp310-cp310-win32.whl -
Subject digest:
5421558e27abf7a1e197d315135ef513e3ca60b94b09099bbd0a14526b7fad17 - Sigstore transparency entry: 154617127
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17b1a36506fae850dcdf73fd5282e7265b0dc93dc0d4138a3024c1c7e352baa0
|
|
| MD5 |
1825dd982da2ec67ba566f14cfb56e87
|
|
| BLAKE2b-256 |
31181d51bf1f6c7d225483fb5532226b67f8ea747bc639bed34c5e4b9d610a20
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
17b1a36506fae850dcdf73fd5282e7265b0dc93dc0d4138a3024c1c7e352baa0 - Sigstore transparency entry: 154617097
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 11.1 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fc3092a3f78502297419431eabc1563e9c9ed339578a5a43aea4ee4b0bf5f3c
|
|
| MD5 |
bf8991c284ac1603977aa5405a50d3ec
|
|
| BLAKE2b-256 |
907cbd884640378cddbe34c77657717f11dc27d8a24e08581df7c9a046d6c32b
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_i686.whl -
Subject digest:
3fc3092a3f78502297419431eabc1563e9c9ed339578a5a43aea4ee4b0bf5f3c - Sigstore transparency entry: 154617096
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0af96597f2ea887b442bcb06455cf899125ff57356eafb13ba4fdc7f6e127ab
|
|
| MD5 |
136a71c33c7ea9671666b3fd42abe0df
|
|
| BLAKE2b-256 |
18d7d7688e4ae30222aebc2591778925021958181fd3264cd7a040c3e8a7b5e4
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
c0af96597f2ea887b442bcb06455cf899125ff57356eafb13ba4fdc7f6e127ab - Sigstore transparency entry: 154617141
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 11.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c65f009f70e08f9680404b67af1c3dfcf46dc679618bf41bbe86cf557b162526
|
|
| MD5 |
519de281a6f967401be0cf5ee6e853e2
|
|
| BLAKE2b-256 |
75e3311b85aff221f4df05ac344f20711f5043d5d0e9210ef4daed99f1e37f68
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl -
Subject digest:
c65f009f70e08f9680404b67af1c3dfcf46dc679618bf41bbe86cf557b162526 - Sigstore transparency entry: 154617131
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 5.9 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0990e864f166927ba916ba907fb1cabdb8d5860779c9a31aa23fbe127e2f024e
|
|
| MD5 |
67b665a48820408e157f8f31c6b94e53
|
|
| BLAKE2b-256 |
3abd9b5f531586f306afe29a32083ac9aa649055fa38c06992925c07770bd745
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
0990e864f166927ba916ba907fb1cabdb8d5860779c9a31aa23fbe127e2f024e - Sigstore transparency entry: 154617108
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 5.6 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7abbc817e82a244550c6400df797e465f7e8c5e0758e6fe8f598b7fb6eaaa4b2
|
|
| MD5 |
42d65c3098b7923c943377b4a0ac1bb3
|
|
| BLAKE2b-256 |
26a14e2ebbf875d7557584ecdeeb3b1e407ddf802b14c2591bffd6a189095227
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
7abbc817e82a244550c6400df797e465f7e8c5e0758e6fe8f598b7fb6eaaa4b2 - Sigstore transparency entry: 154617118
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 9.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc919432bd335c0059d30598ff787dabac3b684defd6430e659bf3129a5bcb9c
|
|
| MD5 |
8513fc1fd0a857bb6f7de9c77600abda
|
|
| BLAKE2b-256 |
26973951cee263193a77682ce11507fbee95dadc4e49cbfa0476758c498996d1
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp39-cp39-win_amd64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp39-cp39-win_amd64.whl -
Subject digest:
cc919432bd335c0059d30598ff787dabac3b684defd6430e659bf3129a5bcb9c - Sigstore transparency entry: 154617102
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp39-cp39-win32.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp39-cp39-win32.whl
- Upload date:
- Size: 8.9 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e4215e479bea244adef33bcbb842589e08fa66430baa89552750889ce8783db
|
|
| MD5 |
03e5bf6a17f7ce93ac1fe8ddc646cafc
|
|
| BLAKE2b-256 |
779d86db43919adf926c02cc27b33ef2886bc8251fa51309cd885de013184e3d
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp39-cp39-win32.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp39-cp39-win32.whl -
Subject digest:
0e4215e479bea244adef33bcbb842589e08fa66430baa89552750889ce8783db - Sigstore transparency entry: 154617080
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 10.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9faba7afc1c1456a670be4268bd759e3c09c8d0bffe1d9db977759f3b55c06d1
|
|
| MD5 |
ea9af5629e9347722c6262a838e9be13
|
|
| BLAKE2b-256 |
ddc0bccc9f6538a21642552498ff284b241a0db777128c009669e0883b888a93
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
9faba7afc1c1456a670be4268bd759e3c09c8d0bffe1d9db977759f3b55c06d1 - Sigstore transparency entry: 154617136
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 10.8 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2c3204f07538b64b710749169666e62341594048ca5e1083cc98bcd45840428
|
|
| MD5 |
5b9812f5dcb9479738918aa8dd9d9b90
|
|
| BLAKE2b-256 |
bcb29f1f30f13f0a501d17de8c3f940435ab2d1b7f328acb11f165745b0c6619
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_i686.whl -
Subject digest:
a2c3204f07538b64b710749169666e62341594048ca5e1083cc98bcd45840428 - Sigstore transparency entry: 154617110
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb6595ea4d2d10880098bbc238880bb2880ee33b9accdc07e719ec6dd9957438
|
|
| MD5 |
2bd9c70fb6b4206b2a58e9d2e8ccb169
|
|
| BLAKE2b-256 |
f81a7649693407d82994c0e52e80d379d98d01908c0c7d1c2e07fdc41e16fe6c
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
fb6595ea4d2d10880098bbc238880bb2880ee33b9accdc07e719ec6dd9957438 - Sigstore transparency entry: 154617121
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 10.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d5cff97cbdd6a1c85fb3babdbcdda0ac4fce6a52a695736ac71df045639c3c6
|
|
| MD5 |
51d4c3a45b9a1c0be6e08efbbe02da25
|
|
| BLAKE2b-256 |
838d3157def87ae24bcf178c81370a2eae1c97600a8684cfa6c3efc1f9ab2dc9
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl -
Subject digest:
7d5cff97cbdd6a1c85fb3babdbcdda0ac4fce6a52a695736ac71df045639c3c6 - Sigstore transparency entry: 154617085
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 5.9 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a611ea6e1400a698ecd4eaff8610b3aff5defcc92fd37701c37dff6e9cc46df
|
|
| MD5 |
d93e783645cf765ae0509469b2e5d365
|
|
| BLAKE2b-256 |
0e91b3a5f2798db29bfec5c19a9fd60153a4b4475f0265b60be414a45de16cbc
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
0a611ea6e1400a698ecd4eaff8610b3aff5defcc92fd37701c37dff6e9cc46df - Sigstore transparency entry: 154617129
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type:
File details
Details for the file conda_build_test-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: conda_build_test-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 5.6 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35c3461a510d6d0ca03bd05c505ee2884e75b41f009d37a1af524b1a02c3997c
|
|
| MD5 |
2f3e54c1f07d752279215ceb7a38a3d8
|
|
| BLAKE2b-256 |
25bb37e7f8b71dad67f6efa886e5008f49545723f2e42a1851f26f0a281a63ab
|
Provenance
The following attestation bundles were made for conda_build_test-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl:
Publisher:
release.yml on chrisjbillington/conda-build-test
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
conda_build_test-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl -
Subject digest:
35c3461a510d6d0ca03bd05c505ee2884e75b41f009d37a1af524b1a02c3997c - Sigstore transparency entry: 154617091
- Sigstore integration time:
-
Permalink:
chrisjbillington/conda-build-test@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chrisjbillington
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@9ba0b4d5ff84ae2c9fc86ce7646e8c9b04774aef -
Trigger Event:
push
-
Statement type: