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.1.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.1-cp313-cp313-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

conda_build_test-0.4.1-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.1-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.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

conda_build_test-0.4.1-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.1-cp312-cp312-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

conda_build_test-0.4.1-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.1-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.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

conda_build_test-0.4.1-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.1-cp311-cp311-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

conda_build_test-0.4.1-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.1-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.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

conda_build_test-0.4.1-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.1-cp310-cp310-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

conda_build_test-0.4.1-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.1-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.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

conda_build_test-0.4.1-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.1-cp39-cp39-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

conda_build_test-0.4.1-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.1-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.1-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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (10.8 kB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

conda_build_test-0.4.1-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.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

Hashes for conda_build_test-0.4.1.tar.gz
Algorithm Hash digest
SHA256 cda3d9babe377ac039ad29b74b1192992297b10aef359d48292a03bf7095b180
MD5 28b89c245fe1c65818461d550a1c02c7
BLAKE2b-256 7849137fdbd0c7cdb1632e1b9689ca4168b8e3c38d13385ddbb51bd6310c7ec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.1.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.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 259bbf429afd6e76f22752033a9de2faad131daa47a904377989ad030e4a0a0f
MD5 b9a8fd74572d15f41e9a98e06f15c5ac
BLAKE2b-256 eae3aa6ecff51a77b3021268744abddd91851a136f464c7e21abc65df549e9b3

See more details on using hashes here.

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

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.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1c3378d15943aca6a72c373b4ed51d1ec99851a54c2a38e814d1069df42b88b3
MD5 fe93a364afc035f62810d2f28d44ea8b
BLAKE2b-256 54a2f2ff5ed4860268520ac8e4a9a886cf55aff2b460427fe1fdef04775f32af

See more details on using hashes here.

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

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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0f62bf21232820c8529b38863e68b0d19cca82c9eb8d0adccba9e18ed2b7cb8
MD5 89117e01218ad6089c2b0073706e7814
BLAKE2b-256 dc9a00d4a160323f8aeba1464acb16bb4d947e6859b7db05ef11a48a8b9a8d85

See more details on using hashes here.

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

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.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 54fbd3f80056def6817cb8d305aba580027ca6e525f8c19ea8c11c01d4f597c1
MD5 f09aa8bbc11e18691572b4f7c3ac2221
BLAKE2b-256 87146c59b63f22a6bfb1ec95235f0ebae197e8531afe50999c202d5b853c109c

See more details on using hashes here.

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

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.1-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.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e9dfe77686d67968e0e2f7be3330ce9d26cbb8cf121d7075a8cc00067e7b183
MD5 30e59a04bbd7b72ac8fa4a631b1e51f0
BLAKE2b-256 93c1fbdde9bb3a656f8396cdb4a5aaacf1d96cd0fd5359bd95d74a373dc4bba0

See more details on using hashes here.

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

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.1-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.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78594d15e2b9c0d8e7be970d6a91a479dd1768a9330eec15591482146cfa1c2e
MD5 690eb0232c0d3617f9f0332d04719692
BLAKE2b-256 3f3f58387f70ac4d83a87a176a5367dc1a43c1cba282cafd0d6ea7efbec2d2ba

See more details on using hashes here.

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

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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a32fc981d9b303a644bbb9887d99a3280c1ccd86650f89ce0ff851483de13fdf
MD5 c384cafb2073ea2b4522578c1352086e
BLAKE2b-256 aa2b1335ee04e9a1751ffb5f005d7e95a9204e47579ea70cdd7e2c4b0e88ff16

See more details on using hashes here.

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

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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 756f9e8fadd83279aae27e3b4c2051442b447ef03b6f49312f56d5ea07d59525
MD5 a643579b9e111a2da63b828e66df451c
BLAKE2b-256 24f09bf5fdc4c8ae3f218d97542870b28de71e07044b9cf12177a8ae1a46f749

See more details on using hashes here.

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

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.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9f322f67896d0700098d8c6cef68ab4dd681b6d2a2f314c92295fada0e41577a
MD5 36e8591e999f22240ffdfccfd0e58ca6
BLAKE2b-256 1b3f0e919588e83a40a32bb35b4e30a4363cbe568d0dde07aeca98b754a96237

See more details on using hashes here.

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

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.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 39735ae99b8cded4fa828195f57692501f6666eaa60cbe987343075c51b4cb9d
MD5 328512fe9e58b590bf7e25802ea991c5
BLAKE2b-256 ccfd80734540b2322b3e1f089907c00485180215c10793b9e2b0c21940c5f52f

See more details on using hashes here.

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

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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6202e45d4b0a63edbe7cc8b169d10a7bd16949a191cd02f7b9a37e6465c0db3a
MD5 d49fea8815ff098d986b3f099508d9f8
BLAKE2b-256 8f509650ccb37cb93a3de9f021632673899386d98ca9fee8499db0d522431935

See more details on using hashes here.

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

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.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c96c3115ee40e85f96d92903ff682b3c764339aea5f8ecc21165b36632b78008
MD5 2b628fe42c1e1341fe194209d9e7a94e
BLAKE2b-256 0c0070bb888d565bc5e021e76e4632ebd348e6dd73e60ba5d762be7e31f729bf

See more details on using hashes here.

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

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.1-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.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb3cee2bf7f7efa22a4b4c523033b7be0d0f4e632baf719979f004d7f782482c
MD5 b6073318dfc6e158b3cfdd6ef7405541
BLAKE2b-256 458d636d2d6563f57b2f030b81bb0721c4cd866a89133748b9c93bb9c1cdd5bb

See more details on using hashes here.

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

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.1-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.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e318459437039fbb55006f4ead56c948e5d59284ec28a4e1e2b6d265f12ba49
MD5 c0e6fe7b0d8e251f6242fb71fb991ef6
BLAKE2b-256 8131cd46db6ef994fa34a7cca0da33ea6924a0da71e9dc41233a8d6529cef8dd

See more details on using hashes here.

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

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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6eacac9188cb171140fe0dbaae0a42369d5e5c93834eed8671372079b519a27
MD5 17277ebf5863fc12999aa887e701c0a2
BLAKE2b-256 dedcc833048b6eb41610bd12664f0f6c3be0ab2a6b7fefb5c4f85b8779178c3c

See more details on using hashes here.

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

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.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1abed99756b5cccd0e10fe59898973e618069c1c9b2ffc94c74022a87783c04e
MD5 7c0a65bb512212fbb35506afa899d115
BLAKE2b-256 7925e649299a88bb6d4d5b5874a0a16a1804534bee62ed9960157019bf38528e

See more details on using hashes here.

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

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.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5ca94d866c2f4263e5f8c2639c027d622f98178fded8b286c1c425453dd45b14
MD5 93c06bec98225539b2558c46191082be
BLAKE2b-256 299510ddf671cb0b1fe2ba256f129a0c12a55b11aeaf2352a55b81acfeeeb523

See more details on using hashes here.

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

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.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 432f96602d4615e1d3b40441cabadb1545ef1305fb791902ac11f7b8a1f7fcfd
MD5 a60cfa15c0948c6ef2b0ed7416f089ab
BLAKE2b-256 7c6b289dfc8066729e34f9065a55444d6e933e1c107364735caafa0134827378

See more details on using hashes here.

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

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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 371df8baa455de3354703be3cdd1c56a785852ab823da417f0388eec767a58ff
MD5 2231fea0e69b026628c9caeb1ec14659
BLAKE2b-256 799d1946fc329aa3087a0587c646edf3d28c7df6f647cc7cbe4387ec90b51eff

See more details on using hashes here.

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

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.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09790a32536838e89d3fdc525aaa303ff9712822ddaa06dd46d763018bad6d87
MD5 df3518aa6b1c2abbc0b842c4b9729838
BLAKE2b-256 10f9c19041836f4678669ed5962f8a85d41d0de1cdd008f39576e03be973ccf1

See more details on using hashes here.

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

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.1-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.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5876d01e626edb793c8a119986d2af75984025ee1c3e75d2f84c8117b5e44c37
MD5 cb1dda0c33fdf88eb6fcb1b1d9f8ae5e
BLAKE2b-256 08f59f838bc3b029fcb7d3c9c6d9cfba6c2270b753f257b66505c39a49c047c4

See more details on using hashes here.

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

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.1-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.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d052f8c93c02345ae0b94005931c6d76c1790013755f6b4f47aa02cc32beee75
MD5 b64f46121831999538b0f853dd90f391
BLAKE2b-256 2c586b54625f009967f024134db465abc7813ae17dea3810edfb0108fd18d75c

See more details on using hashes here.

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

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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 525dbcbea56f7f473527a318ceded2891d94e81e153b6fe4057eb757a32486e9
MD5 3e2e840e9ea3ba2fb2dee02bccc60ce9
BLAKE2b-256 2d0de7f554cf38b0b9d9a00ac8047e16dba38d83a899a1f1be5d592b34a19cb3

See more details on using hashes here.

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

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.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b355c9ce4c1cd4aac0e99dacc6f6ba5f6d8d9cb51d0c0cfbc5f02faf907859c
MD5 2d2c3b8b66929c1d9f451a4c698785a8
BLAKE2b-256 8ef2ce0111bee00574e78184b771cc831ba578eff08396aed359f3f02c892c9a

See more details on using hashes here.

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

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.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3eb5e186c1fd635fc6c0edd52233fc313c7a085ec1e18a12b5924ed238d37a91
MD5 fb70c2aad15c4c31ebf80bce5cffc695
BLAKE2b-256 c1d7bcce5c92b7c531b5d0f09a327d05c179ea015fe26ab7788bd9b4544266da

See more details on using hashes here.

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

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.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5421558e27abf7a1e197d315135ef513e3ca60b94b09099bbd0a14526b7fad17
MD5 f278003c1954ce4fc5e65b6e968b32f6
BLAKE2b-256 fd9f6429021d4e8e885747f987cde195a2b2da349f05c074baf250515df1f883

See more details on using hashes here.

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

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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17b1a36506fae850dcdf73fd5282e7265b0dc93dc0d4138a3024c1c7e352baa0
MD5 1825dd982da2ec67ba566f14cfb56e87
BLAKE2b-256 31181d51bf1f6c7d225483fb5532226b67f8ea747bc639bed34c5e4b9d610a20

See more details on using hashes here.

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

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.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3fc3092a3f78502297419431eabc1563e9c9ed339578a5a43aea4ee4b0bf5f3c
MD5 bf8991c284ac1603977aa5405a50d3ec
BLAKE2b-256 907cbd884640378cddbe34c77657717f11dc27d8a24e08581df7c9a046d6c32b

See more details on using hashes here.

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

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.1-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.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0af96597f2ea887b442bcb06455cf899125ff57356eafb13ba4fdc7f6e127ab
MD5 136a71c33c7ea9671666b3fd42abe0df
BLAKE2b-256 18d7d7688e4ae30222aebc2591778925021958181fd3264cd7a040c3e8a7b5e4

See more details on using hashes here.

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

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.1-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.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c65f009f70e08f9680404b67af1c3dfcf46dc679618bf41bbe86cf557b162526
MD5 519de281a6f967401be0cf5ee6e853e2
BLAKE2b-256 75e3311b85aff221f4df05ac344f20711f5043d5d0e9210ef4daed99f1e37f68

See more details on using hashes here.

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

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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0990e864f166927ba916ba907fb1cabdb8d5860779c9a31aa23fbe127e2f024e
MD5 67b665a48820408e157f8f31c6b94e53
BLAKE2b-256 3abd9b5f531586f306afe29a32083ac9aa649055fa38c06992925c07770bd745

See more details on using hashes here.

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

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.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7abbc817e82a244550c6400df797e465f7e8c5e0758e6fe8f598b7fb6eaaa4b2
MD5 42d65c3098b7923c943377b4a0ac1bb3
BLAKE2b-256 26a14e2ebbf875d7557584ecdeeb3b1e407ddf802b14c2591bffd6a189095227

See more details on using hashes here.

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

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.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cc919432bd335c0059d30598ff787dabac3b684defd6430e659bf3129a5bcb9c
MD5 8513fc1fd0a857bb6f7de9c77600abda
BLAKE2b-256 26973951cee263193a77682ce11507fbee95dadc4e49cbfa0476758c498996d1

See more details on using hashes here.

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

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.1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0e4215e479bea244adef33bcbb842589e08fa66430baa89552750889ce8783db
MD5 03e5bf6a17f7ce93ac1fe8ddc646cafc
BLAKE2b-256 779d86db43919adf926c02cc27b33ef2886bc8251fa51309cd885de013184e3d

See more details on using hashes here.

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

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.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9faba7afc1c1456a670be4268bd759e3c09c8d0bffe1d9db977759f3b55c06d1
MD5 ea9af5629e9347722c6262a838e9be13
BLAKE2b-256 ddc0bccc9f6538a21642552498ff284b241a0db777128c009669e0883b888a93

See more details on using hashes here.

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

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.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a2c3204f07538b64b710749169666e62341594048ca5e1083cc98bcd45840428
MD5 5b9812f5dcb9479738918aa8dd9d9b90
BLAKE2b-256 bcb29f1f30f13f0a501d17de8c3f940435ab2d1b7f328acb11f165745b0c6619

See more details on using hashes here.

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

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.1-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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb6595ea4d2d10880098bbc238880bb2880ee33b9accdc07e719ec6dd9957438
MD5 2bd9c70fb6b4206b2a58e9d2e8ccb169
BLAKE2b-256 f81a7649693407d82994c0e52e80d379d98d01908c0c7d1c2e07fdc41e16fe6c

See more details on using hashes here.

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

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.1-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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7d5cff97cbdd6a1c85fb3babdbcdda0ac4fce6a52a695736ac71df045639c3c6
MD5 51d4c3a45b9a1c0be6e08efbbe02da25
BLAKE2b-256 838d3157def87ae24bcf178c81370a2eae1c97600a8684cfa6c3efc1f9ab2dc9

See more details on using hashes here.

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

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.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a611ea6e1400a698ecd4eaff8610b3aff5defcc92fd37701c37dff6e9cc46df
MD5 d93e783645cf765ae0509469b2e5d365
BLAKE2b-256 0e91b3a5f2798db29bfec5c19a9fd60153a4b4475f0265b60be414a45de16cbc

See more details on using hashes here.

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

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.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35c3461a510d6d0ca03bd05c505ee2884e75b41f009d37a1af524b1a02c3997c
MD5 2f3e54c1f07d752279215ceb7a38a3d8
BLAKE2b-256 25bb37e7f8b71dad67f6efa886e5008f49545723f2e42a1851f26f0a281a63ab

See more details on using hashes here.

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

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