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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

conda_build_test-0.4.2-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.2-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.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (5.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

conda_build_test-0.4.2-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.2.tar.gz.

File metadata

  • Download URL: conda_build_test-0.4.2.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.2.tar.gz
Algorithm Hash digest
SHA256 107e8c42d28d408deb0bb0577e3ea33b672dd6a14d86bb6cfae46a1be60cb07a
MD5 b45d45a1f5dc63e63c7ab4623eb644ae
BLAKE2b-256 00b74b070957ccd83ceb4ed33b488a53e4eb0dbe5f5c197c106356d630dc009d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 77af0e70f0a15b85acf9f276eab0d3344fc0f27b6294f6a192be1e9f67edae46
MD5 cd311be0d69108d457d0dc4be81a3bb8
BLAKE2b-256 f6fa7c37d1f4a3ccf1b39da1df7eae65cbb7d2cabac93ce33e675cb6b78b2c87

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 aeb5a71270de49d07ddde98011074aea4cab56ab78d69cdf8c68e492d77f8433
MD5 54c747f710125418aedf53153c409065
BLAKE2b-256 75678eb40f2b807a7fc64f7d52bcb5691f7a2bd46f5d69d0f311e4b95258be3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20e22a9906f96644252c5cafdb4e36d6303e03ad7ef12fce2268d7f83065593f
MD5 bcd2acdd49897caa1729dc841c54d12d
BLAKE2b-256 eae063e72a80cfaf38de68808bf4d94413b5b0b3258b616735ef4ea83eff0b10

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e1bced00b0eb8a46b539e774833a0d99b137e8028776fb695aad415dba41bed5
MD5 29f15d6e24cd3dbc2e1d9264b0b9f770
BLAKE2b-256 1f05c1dd66dacd4af8b65d3d866e137168affeea8247c97902bfb85022d71ff8

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 423a8c605f9c405fdfccf80aea8e2726f99bca3618cdfb1d0e7101b24fe17f84
MD5 f62f43da78ea1da6738b606af0f6979d
BLAKE2b-256 fce4e72b2a8c4386b91f07035b91c33c881968ecf49b6e7e29f92a29803c17d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 62e7e83c895d426c341e1e658867c0b226e92f5cb0a1e71da86e563d6dfab7de
MD5 4243c048663dfcd71d95db8d61a69e54
BLAKE2b-256 2b14ac73a4275aa8128ab49a8ea897c923172c5eb7917cd74ed1562145e5d50d

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 147b191473f838948560fb60ee58204213707101189c50035f5ba1e168f6375f
MD5 a80f82dc04eaddd05c62e1dc7fe7cae0
BLAKE2b-256 6b0e5321b92f66859f43ebe6dd077eece8a5489e9bfe2bb1054905eeea33ef8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 edeca52b327fb402036f7d0650ec36c7ec334eb21e0417bc25fb382c2836be22
MD5 f3f74f1b012891e62b635ffce493e0dc
BLAKE2b-256 22dad655e62621a2e107ecb32c4a2035eaad734ce5580f7e15c3b2c64826ad7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 57307be7805c6ad3fa53bcb3afad5e29351f0817437bd5499f7502920fa093ce
MD5 e7591aafa48002297901a9931f1ab4b3
BLAKE2b-256 2074765158eefb59b41a50671484cb7af9985787e08a4b87341baeda0ba55a08

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 464f8e13076675061e3fac7c4cb401cefcba188cc517588f99615d7406842a91
MD5 37a03368f2f2cf082bc027b4aa7f01a8
BLAKE2b-256 90ced3ca7c9ab36dfe428ae4a2325230a8aa5c578d8ca5365259b9be8aab6c31

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea8f03b089f8e7fecb75ecf7e702395674cbce8673eeb40892cf9e2e07cb3270
MD5 771531ed4a23dbb6ffcd4b4fecd6f56a
BLAKE2b-256 47d8c25e5b87a34db46a5af4a57b926c1ce80f06d814d1adae7ae21cadf40ea5

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff83927359788539234ff6dfca232d6a34f98f98a5fb13eaa39a80ff5afb1658
MD5 a4984bf0ccc2b995957a0faf0cd17589
BLAKE2b-256 56f2d1e544994f4a183d45549022704ec6f9e6c533bf79583121f677bee2e4ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61bc59551408cd42d32d60b6466dd165dfdb8d3cec9886575207f00e91542517
MD5 c8f5e8b1ab2ed89f73abdd1bd49882e4
BLAKE2b-256 5dd42128f6ee8911e279eac62218c6703c866525bd6d506337d20a930b6ded9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9fdf5d9d901be68583c4a34ff5bf6c1ad76910a2ca8d5a1ae59faf572ca727f
MD5 c7b859088ab0f4a307d5d050450b3703
BLAKE2b-256 ffcdee019fbffca727c5ed14351fd6a2c98a1536f303f1c43071fffd8480ae00

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcd59a50b017ae9ecbec9ec85cb22e796b649a4be9e284de6e4747089bccb98c
MD5 beb798ffc4928d72d55a6c5b6f8f3ede
BLAKE2b-256 0089777c878cdd06963378e8c34682673f438b6786be2555fa04b526ee6a39e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 73555d9c79049a9a0f8bdfbe4cf79f0840d086d42110e992b069a141b5da256e
MD5 0d58fe645d7207bb485f9d04ba23d73a
BLAKE2b-256 950bb237f31ea61b6dd7915176fceb20b9ad5be16fdf2e5d561ce7c57e02653d

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 793cc2d520396154f933850a3800ef5e39e893bc2a6be69ef0795ce18022e854
MD5 235454584f26ec6e98cff2ea3ddae7d1
BLAKE2b-256 366b6967ab4ff2a6e692ce19dbb7a4280fb7e1b868dd1ef70d255505b8f27bc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bc18de3e7ac3ad522bed8d82f7bf8a557c0bc1e7406989250752a8842400bc58
MD5 f4b1c99bb2daa518d49798158c7ac460
BLAKE2b-256 0c6b7cdf31521abca46da56d3ae296018fe2a59a558e754e0616022dc4cf6e78

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5e5d41725c541372d8ce3bf1004e5765f3c1bd938914e430293380047df0edc
MD5 1e257686368a94c981a7432c65b7bbce
BLAKE2b-256 69d011d938218d8f63b2228dee22b7c5d63d5916fa761ddfbaab980fa6175f84

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 70fd90bd81be7104f267cbcb91955c03fcebc1deae8fe91a42761d2c235b3a55
MD5 5b348f7553ae829ae4afe291ac41435c
BLAKE2b-256 f220977a520f1034b4c042ba961ec86e65396cd48a679f1e6a18008a89e7ac2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 500c69bbf3af440cf506c072ef44558d6b8c6c8e6f20bbddea1a2016d8285406
MD5 17ef5e664495f34e514b0084b89c179b
BLAKE2b-256 8e006367d2f5cd62f68beea07b47fe45cde2514dc8d0f2fe6f988074817781cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5cdd046322f4d4649251666598b83ebb8df9bb25e870d5862446defdf80d6fe
MD5 663870c325418397d94cb57acb495153
BLAKE2b-256 43e5943e60541234c927b299974c62e46d4d0930fc65cadab47fb9dd13bf335e

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c7f05ab87a1cbea8121513b70e06c91e1ab7e177060244e71937a52347422d2
MD5 101733e5b4fc171140317ec064730dca
BLAKE2b-256 0fc0fd0d3f915b308cba0b41768e395dc51c2bce87c51396149bfc1a525153cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2dc7d7b34fa383db523027a223de22e0e60248ef1175ea156bf1e0a13197d8a1
MD5 47805bd533422d52cd875e536c9c8788
BLAKE2b-256 64b2c0aff3653694ca1d955efd391d1215536f227f8b53821a874a76afdb6978

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1716568da8fbdd5f914b8cd0ee1d51a75852194f3f3331b30eb8de86ba8c2153
MD5 c6b195fef5a03c8537b175864e8f3691
BLAKE2b-256 a0a27d9169e7f4eed4bc22a46c31189094d4ca11e5f49bcdc3499acc36966d77

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d03c89cde7e042af0d9cdfd60cafd23ef89804311fe15d3fe2fa326005551c74
MD5 460b34c53e5ae89a12fc13b2f316dd0c
BLAKE2b-256 bf8b8d87caef7f16721051d80688260c59992346e5807bc66bddca141ea85585

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81f4710a05c23c3d3cd33282ab7d4b513b3915fc7c961dce09b537959aa0de7f
MD5 467dbb0486706815fd5a5607fd2bb4f0
BLAKE2b-256 c9d0c2509dd73865e5658bfcf27c3074534292e598e65259b0da417a3c4a07a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6c7dd4706dbb0c203bac3c3d85f81c3eabe8a25c4803e83f5588e7f1b9fa59d1
MD5 20310bb091312d19c17d012ecc691016
BLAKE2b-256 3ac79970a9b9586923fc402b38b42b95a1656f3be47aef42dec307d884efad62

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d671f7ed39334eb753521e7ab0894f6c77d2609513761f1fc5d2ca88a63b0be
MD5 8fc1b1187dd54fb3bd8e9ab115e3f784
BLAKE2b-256 50a17eb30f1755be50ee0a3999ead9e04be63aaed023b0f6620c2854aabb0992

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b027b2d0d59ecbc1145dd6d06f5bb14be25caecc1d537bf0a43e191b1744b306
MD5 57fbea4ff8f313bc5b8a9b25075be4f7
BLAKE2b-256 80a6799661140613356e595f230a08edb9b19ed465446df580f34876b8b555cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0613d99d99fa49f3a433c0a1a8c5cf1a24b749c1b4f280ea8005e8ee4bf83cf
MD5 9950a41626670e68041a7d8f18aa7d9a
BLAKE2b-256 fbde08cc66c7a6e153db86060d7ff389fb946800a5972a1c40f4af8c8b30a3f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b5e6b7cd935757a6ed32c2e46df393e8f6834fad5659fd68f709a8c1fb9801f5
MD5 4279dca7708f2bf302acb2817fad56aa
BLAKE2b-256 abecb53e9fc267c6b96e6930795b7db5afce388c67606fb6b4d618c6f17904b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 05e35a49ebab61b166099767d86ad7ab15b4818c5ed0a6d5ae78e63a3922e432
MD5 e86cad737d8a9e33cf43a2a9df6f718c
BLAKE2b-256 9164dd787057124fa0f7b898f8f00a62ecd97c66c03d362a0cfec66d55f51c3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a5f2fc0067c58d460251cc76add3764167051efce1b3f345c7e6e2f0e7f4475b
MD5 2a27f8a5ff880b057c7dd6a1a4a91fac
BLAKE2b-256 ec34cb0303f5005b3a979f0ca63480b680a97ac5e22307f7c4605e6e2405291f

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46f5c172b76dd750a16b3f7e43056a163feb6cd02f78e4dd57a7ac6eea7c0b01
MD5 bcd866a8d0cec6d46e93c388ef7c61b2
BLAKE2b-256 5d70db8854c2bef516d53ef57b4bcbb33e058ab28e083111d9527e8a82e18995

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a2cd89a1b8ad584e07111e9126d7e1226e0992843a584e6bf793de2270c84e6
MD5 fc5e3222c382e9866a5aeec471278782
BLAKE2b-256 57b2c1277935205e712e8dc41519da63c7b26033ba63d092b5c7f329c372b1f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6e3d1127b4b7b688d82ea9947ac5733b6c594facaaa272ece5c8ac66e7a8511
MD5 829325b107dbae66390affa51b04ee2f
BLAKE2b-256 a03e37fd8e9fba49abc6192018428479ab5963695afd91fba2350642165bea12

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-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.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7e1cad6428c636c782b4af85f6594f8857f726d847ad95bd89820c1ef1d5194f
MD5 aeba271d9fb9490c688f41a7d8d6fd8d
BLAKE2b-256 513af1a5ce553071f81e4149292b9d824c17bae46a75ffdbdb6784185683fc67

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3683306166d39e1949a803acbe95d716fa4b7b1fb941512239bf3e88a5616d6a
MD5 3ba3411f0b09f02205397db13de2d88d
BLAKE2b-256 87439e2f509b5c6a8af8dd11112fb06005faca507084992860f13a01b73804c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for conda_build_test-0.4.2-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.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for conda_build_test-0.4.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe2c41a8ad9f8db768e3c195c539113aba1991e8ec90d37d69a1aeb7952e2f47
MD5 b467f7ae0d6af4eabfa6c99d37892670
BLAKE2b-256 35dcee394bf36dd4407daa94f68782dbdb9b28086679b446abb5f06281146d95

See more details on using hashes here.

Provenance

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