Avatar for the conda user
conda
conda-build
BlogDocsChangelog

Performance History

Latest Results

Bump CodSpeedHQ/action in /.github/workflows in the workflows group Bumps the workflows group in /.github/workflows with 1 update: [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `CodSpeedHQ/action` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/658a901452bb54c799643e060733b7afe9121b8d...c381be0bfd20e844fb45594f6aa182ffcd94545c) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/dot-github/workflows/workflows-39fc60bccc
17 hours ago
Apply suggestion from @kenodegard
travishathaway:issue-5122
2 days ago
Support anaconda.org upload for v1 recipes This PR adds support for uploading v1 packages to anaconda.org channel post build. It uses py-rattler's [`upload_package_to_anaconda()`](https://rattler-build.prefix.dev/latest/py-rattler-build/reference/upload/#upload_package_to_anaconda) to handle the upload. To do this, `anaconda_token` and `user` settings need to be set in `.condarc`. We are using same logic as conda-build's handle_anaconda_upload() function (i.e. upload if token and user values are detected and skip if `--no-anaconda-upload` or `--build-only` are passed via CLI or set in `.condarc`. To test this PR; set the required `.condarc` settings with: ``` $ conda config --set anaconda_upload yes $ conda config --set conda_build.anaconda_token <API_KEY> $ conda config --set conda_build.user $username ``` Build a conda package with: ``` pytest-feedstock git:main $ conda-build recipe --quiet (...) Package upload was successful!: /home/jakov/miniforge3/conda-bld/noarch/pytest-9.0.3-pyh4616a5c_1.conda === Build summary === Tried to build 1 recipe file, resulting in 1 output. 1 succeeded, 0 failed. ``` To verify, search the given channel: a) Before package build: ``` $ conda search jsmolic::pytest No match found for: jsmolic::pytest. Search: jsmolic::*pytest* PackagesNotFoundInChannelsError: The following packages are not available from current channels: - jsmolic::pytest ``` b) After package build: ``` $ conda search jsmolic::pytest Loading channels: done pytest 9.0.3 pyh4616a5c_1 jsmolic ``` Closes: https://github.com/conda/conda-build/issues/5894
jsmolic:v1-no-anaconda-upload
2 days ago
Add tests
jsmolic:v1-integration-debug
2 days ago

Latest Branches

CodSpeed Performance Gauge
0%
Bump CodSpeedHQ/action from 4.14.0 to 4.15.0 in /.github/workflows in the workflows group#5971
17 hours ago
1154383
dependabot/github_actions/dot-github/workflows/workflows-39fc60bccc
CodSpeed Performance Gauge
0%
2 days ago
4d940dc
jsmolic:v1-no-anaconda-upload
CodSpeed Performance Gauge
0%
bugfix: `FileNotFoundError: [WinError 206]` The filename or extension is too long#5960
2 days ago
351c495
travishathaway:issue-5122
© 2026 CodSpeed Technology
Home Terms Privacy Docs