Skip to main content

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.

  1. Set RELEASE_REPO in .github/workflows/release-vars.sh to the username and repository name, e.g.
    export RELEASE_REPO="chrisjbillington/conda-build-test"
    

Set up Trusted Publisher package uploads

Per the docs:

  1. Go to https://test.pypi.org/manage/account/publishing, fill in the details and do set the optional GitHub environment to testpypi.
  2. 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

  1. set ANACONDA_USER in .github/workflows/release-vars.sh, e.g:
    export ANACONDA_USER="cbillington"
    
  2. Set ANACONDA_API_TOKEN as 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

conda_build_test-0.4.0.tar.gz (7.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

conda_build_test-0.4.0-cp313-cp313-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.13Windows x86-64

conda_build_test-0.4.0-cp313-cp313-win32.whl (8.9 kB view details)

Uploaded CPython 3.13Windows x86

conda_build_test-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (11.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

conda_build_test-0.4.0-cp313-cp313-musllinux_1_2_i686.whl (11.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

conda_build_test-0.4.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

conda_build_test-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

conda_build_test-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

conda_build_test-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

conda_build_test-0.4.0-cp312-cp312-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.12Windows x86-64

conda_build_test-0.4.0-cp312-cp312-win32.whl (8.9 kB view details)

Uploaded CPython 3.12Windows x86

conda_build_test-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (11.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

conda_build_test-0.4.0-cp312-cp312-musllinux_1_2_i686.whl (11.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

conda_build_test-0.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

conda_build_test-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

conda_build_test-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

conda_build_test-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

conda_build_test-0.4.0-cp311-cp311-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.11Windows x86-64

conda_build_test-0.4.0-cp311-cp311-win32.whl (8.9 kB view details)

Uploaded CPython 3.11Windows x86

conda_build_test-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (11.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

conda_build_test-0.4.0-cp311-cp311-musllinux_1_2_i686.whl (11.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

conda_build_test-0.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

conda_build_test-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

conda_build_test-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

conda_build_test-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

conda_build_test-0.4.0-cp310-cp310-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.10Windows x86-64

conda_build_test-0.4.0-cp310-cp310-win32.whl (8.9 kB view details)

Uploaded CPython 3.10Windows x86

conda_build_test-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (11.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

conda_build_test-0.4.0-cp310-cp310-musllinux_1_2_i686.whl (11.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

conda_build_test-0.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

conda_build_test-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

conda_build_test-0.4.0-cp310-cp310-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

conda_build_test-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

conda_build_test-0.4.0-cp39-cp39-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.9Windows x86-64

conda_build_test-0.4.0-cp39-cp39-win32.whl (8.9 kB view details)

Uploaded CPython 3.9Windows x86

conda_build_test-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (10.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

conda_build_test-0.4.0-cp39-cp39-musllinux_1_2_i686.whl (10.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

conda_build_test-0.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

conda_build_test-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (10.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

conda_build_test-0.4.0-cp39-cp39-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

conda_build_test-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file conda_build_test-0.4.0.tar.gz.

File metadata

  • Download URL: conda_build_test-0.4.0.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

Hashes for conda_build_test-0.4.0.tar.gz
Algorithm Hash digest
SHA256 af61e432bc6d6c6134675bdd443bfeae6c37fc3989e5fd2eddb1b75d5add560d
MD5 ef8267b54d87334c61910a354b131835
BLAKE2b-256 183bb461c53fffa693943927014591b0c9831540847392d86c7c224f0367e89f

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0.tar.gz:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0bca5a7157b024ce2dc20adc61d2d9f4f5cf900a66c4fcd0e543d2218be5a233
MD5 92ed25305efc96230476762a3b04bdcf
BLAKE2b-256 6c07bf4a0c37d16deca8525df10bfb455848171b2c869b880d6cf1faac9ac021

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6d4c09f284a741aaa2288f31d2f9bcceb82d7c25c2ac664f0186b6fb37abc46d
MD5 adde9b301c6c4f18277b15e12ba7c49a
BLAKE2b-256 a0cc69cfcb8816ec3f6998f9fe18bf03c30c9060eb446a9f61117dff1dc98bf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp313-cp313-win32.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee6a6cbbba9953073705fa715fea61b75fcc2e6a8ea843c001b73ef152ce429e
MD5 318dbf79287e04d9a17ed2d65549d240
BLAKE2b-256 fa517400908dcff8038fb56a709a848ecd8edd8f39a4f4919d02ff806521aa52

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 399d8cd1f1497b82dd0885778c786c0a1ecb607acd627d0da5d30f16524cce38
MD5 0b83243a2432995c115d167d130528ee
BLAKE2b-256 aeda5b87e647e4a7b8f5c74a5238abeaf4ef390a1c8b64016f47dd5449414de4

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99d9a04ce26211079adfb37834211dc1c3b1bdc96d3e09e769e1dd9295e2c8cc
MD5 6df5e236c386e7081c7d2c663127b853
BLAKE2b-256 23febe736b8196ec6419bb7c250e774617c624de0176b247fad116cecc97de97

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9175fe23154e8a46746ebaacd987a8c97ca4bdb9bfe0a4a87160b24b738458e0
MD5 e72ca193c5eec8f503c8e2e31f5492f1
BLAKE2b-256 8fd872364f2d7c57e09bd4e167ecdff85ac434ac925252c010fc981e10f9a8b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 873adf8ef347359adc1c5828830f236e68cbe383e615177da2e09c1102898163
MD5 b9a792071461d4f08cd534e19ce7eac1
BLAKE2b-256 7544d1effbd4a4890ef50d0eb0d2d4e8360aaa3de2ad766cdada534b53d87f0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 21dffb6b1bb4d049f9714cd16d573e232aeaa857c41b8d965ca5bb9d4c6979e1
MD5 2c5f76c9d0df8b88ff759744b501e197
BLAKE2b-256 d7c9d02be85a408be82450963930e19daa9a26727898651b4b93045ae8f8af31

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c50f265b5fae95b24554589a46805a81e910807d71411720848a3514f7926933
MD5 a7afc24bf105f00fd29ffad08d8e9131
BLAKE2b-256 3b7998704656caa3738452293235ce37440fdf0c20d94109d5f606b2ef4a55dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 72e0cf6d449f34cb00f39a186d124e68a43e9793e1c99697f7ab0cd5918cb674
MD5 6229f61d3b27c6ba6a6243aefb0eaeed
BLAKE2b-256 f1f177b66e2f0ab6563347423caea1ea9195e157b05a18b0e7e260fa94ab8baa

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp312-cp312-win32.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6bbb3ae27b2f400668dd163e080fa6b39ff23709425233a63317489d5eba87d5
MD5 e4f9b07643f18c8b9b0f358a537e3b5e
BLAKE2b-256 fb407cf6416b78642f9da22596627ab299a88b8761eae0fc338e97762872f78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8cecc2a2b05777d8b4ada54c65c4d4ce2bdb1f52206ff6b373baa2e1354554dc
MD5 330c7f3966c79076180fd63ff451ed46
BLAKE2b-256 369b8534f9e17404741c75eeb71dc3813415e1b1619564143724de253134cc3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd2fcbf588d733534652288a50e7c88de522b68ba38e6cdeea47fe4febbc76a9
MD5 3b92864a6dd190fd01bba104c6b244c5
BLAKE2b-256 c455753fcb4568efa590335c75f38c9480d8663bf1902626100e31127aa8e442

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4bd35fe8e6b93a9739923504c311d3b53478bb77eb0683a1dcb15edeecf8b884
MD5 6999bcdf19329dd202db059a5b7fb0d0
BLAKE2b-256 97ca35e2e596a984283921a80a56f666ebb31a5869d9c0bf15aa4570fbd510a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e2c7ac433a716bc885b9135117dc9a5d4ac3376ca2988c8ba53c312e8af9d33
MD5 4f3ce86c8e8e77f9dd37c4c1eb9e196c
BLAKE2b-256 5917d43ecf39fe49cf5b2aba85603f2b288518bfea6ff91dcf1674073362d867

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 924aa00c555e3b568eb729fe8f524fd5066b2cea33e01addf444aa9efd26a6db
MD5 f2dee79292b23f8cf4209026816edf2a
BLAKE2b-256 a9cfaf19231f3fd3947dd68c40eb67b8585378ea48b2c8383053da1faeadf1e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 854ea2ae4941ce9162a16407db352018e50a8b73437587d70e3fc538af5b5b15
MD5 608a1d902b73ac535cb951801f6e86af
BLAKE2b-256 a84b536e804ed26c987212f46985c2b070468294901b3f70966e0ef08765fac7

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c3167d1a57c349a8e6d922f70f91c2331d9565a66adff2bb6df779112a5588da
MD5 29737a12f8cb76e70f1d921930c7154b
BLAKE2b-256 9fac35777d37bea54ef3603576a6968e71c64e132e5362c89e4cd1f8b6e4c98e

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp311-cp311-win32.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef90964c9c67a93c38590a7c6367c330bf25af99fe014da3edf5246882e6d1b1
MD5 f319bc6f4521782c7c6b8297cb78d32b
BLAKE2b-256 611e76462160478a28c79e3a01af5d07631959d2fb42cd4bcc4e64dd234af8e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2ab9c89bd48465324ba0a7ecca02a8d9a5147878f71fa128cec74b2305045896
MD5 c393c91baef02a7a473869ee83dff84a
BLAKE2b-256 735da2e9ec5779aa94435b6ddd742374b1a684e37f3dc51cbc19155dfef86a32

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ca9e8daa8a39af87359a9d8a77687c7af59ed0e3f55bd82ed545c744b4734e0
MD5 d4318e95fcbf97d355513f0b570e4259
BLAKE2b-256 8ad536b77c319da31a0e343f8ce972596eebd0aed00809e7bcc74097a1270210

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 429f0524e44abacd1d36e6aec949c121db892a4fcfeb8b52e01b93b12e051172
MD5 6a51cb4f224e773115dac28f3e929f1c
BLAKE2b-256 1bd8ae79363f13bf9004c59d6750c60199b259909bb864575c1e121c3168404b

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7391a5b4e07c0c989662035adefbebcd1372d8f83e3d15dc4d55f95d910a8a0b
MD5 9dc721501199a76d72710f73ad563b64
BLAKE2b-256 5df81dc3c65a28637caa6aa2944d6b38e73a40ce7c48419078bb4ca222d0a7ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41690c218b843c97d7a5484232a10e0b9b80071b9b2e89b00a3c0e121115da5d
MD5 88ff1b1350e510939a445b98c4dfe700
BLAKE2b-256 dfe494616bcffdc44ed04c383264bd9c0c0d8f07012f7292f7be07d12cb441fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bbbb389d86aa24036b0f920216c0b46fa373a8aca23cc49f16d62813a400c6ff
MD5 fd477f2ab295637e784117a50497d81a
BLAKE2b-256 cca91aca5405f9e0b50151d8a7d3e80140464fb0a2b20be824b772a01afe4eb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d5b8ecff36972251c6d5edefb5935ef890b4be51989a29f31d0d92f77642ad62
MD5 6ebacb4e83597f3e0ed0c76901baa9b6
BLAKE2b-256 a0bee2eff67029cfb6192a2984c27bfee0be3bd343ae64609ad56d81eea48b9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp310-cp310-win32.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0bc77d650eef887708fc30263ff304c13209e96add273be21eb55146dd1ad37d
MD5 b5d8e099b3f5bbaf1652f26de85caa94
BLAKE2b-256 4b2eef269dee87bcce27723d747e36a5b8e979d444a914abba4f2b996b5096c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84a74e401cfe564e8d71003227bfcc2976da456a1bbcc34ba527dab0c0eace01
MD5 9804e2033a02f09cf5da7246bf58d029
BLAKE2b-256 fa3229cb4616f7cb5e838a6b44f9105571d7a5d9b77c7472b58f9ba367fea8dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8647c25074669feeb3a755b3c34622ada912115483d3f54d2965fcb3afa945a8
MD5 bf6cde1ef84e9d03cd60608d98564e27
BLAKE2b-256 c4ca9704f754d0dfd33d6a582dc708383983b5153c2fd727af86d86a355e4e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8980b6dabc7f1141be0e2a789e6c5ea8097e2ef033b22d8bbf328a2129771be1
MD5 d6b3b4690271fff80d4b4bb81b2bbb87
BLAKE2b-256 8389aefa6f6ac4ce74fa5ee93b074800714ba1bd9899b546f3801280940fbdf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eef461f03f3767c86c1412b244e8ed71f546783d0da7d31a843342f81dcd0e9d
MD5 98d333066f099ba8c7e69e4f9f105de5
BLAKE2b-256 61c403c3eb416651d4bbf8e344b7e201e8d00eb69b4248670a0c053896a2b4d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 80905ee6ad0f0da0759d2b61dedbef44d2c3adfd646a9af2b6bbadca77a1df6e
MD5 88952621d273b72de67df116b4777df4
BLAKE2b-256 21ad6150c406151366afe82d38248e603d4cae762836cf9e9f775b1e6879d1ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 14f72111ea1f694a76d03d60319f1bac1933082e3d473f63f0a97a5efb3411c7
MD5 5b1bb83531efa2c09135d6c81b2e6833
BLAKE2b-256 da657c9e956923591d0673760b546a51a62a2c244541a4e7147811806a364646

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bcc0ab245b9c6a15487a7ec9baaa321dadd633af5fe520220c16b90987c73e96
MD5 7b595ab11d44c3dc933f5679a240cfc0
BLAKE2b-256 4c90f487f82f5eace116edc312e982026d7cbca40e644000cea007ebdd79a3e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp39-cp39-win32.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 743f2c26b91811b206befc91c38fbbb64b75469f38b2f65a3e760989c80b2ac6
MD5 a80aa64c4190f58cbb84800874ec7980
BLAKE2b-256 2e52c96046556a9f64e0fbf801092624eda20e484ab1a5ebeaec6c3ab36ebe84

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e6a0aab4bc77db1f3103c295209e6ec2a1cd1b66881e879ee9bbf6ef8ed9f67e
MD5 50ad5830867a52e179f80b5c3d452fea
BLAKE2b-256 dc7e1be2b562384cfb2348b74654271753303976d26c01ff23f6f3ef129bc0e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61f7e22df1190eed4aa7aa4ba65a1386c2c49cfffa7059691f8639a1b93ac20b
MD5 79e3b838bf1292bdd228cfbc76e8b8f7
BLAKE2b-256 21f95a6bb169680a0d89aec37dbab4a41b6b3b1f327471295fe5b01e877ac776

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8684a3627113e1066293ee84f3cadd4e6e47257b91298ed92fe7b4a970b9d9a4
MD5 021fc157cd3a2a49b45a244f6fbe759f
BLAKE2b-256 654235bab23494143dfc4faa0bef37ccdf888e066fcb775a3b2c959e083ad49f

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e383a0d51a1543181d41d3b65a88235f9695a0182af2693f44c1771e00a5212
MD5 ebd99b3febe1e14e0c425bad5f607f22
BLAKE2b-256 e0186c11f4cabd624cb73cebd23b1d313bbecf8a199e26253d946601fae50c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file conda_build_test-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a63a95200ad62a875eb41f71f877ba8bed2a107539b4a8d139ca285371cdcbf
MD5 d82870f1b9a89b774306db96992591c1
BLAKE2b-256 47871ef17187b2fc44055e4db6889f38291fc738dbcfb90e0b2e0d9cb5cf8722

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on chrisjbillington/conda-build-test

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page