conda
conda-build
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
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
bugfix: `FileNotFoundError: [WinError 206]` The filename or extension is too long (#5960) Batch command-line arguments so subprocess calls stay under OS limits; the previous logic could still exceed limits and cause FileNotFoundError: [WinError 206] on Windows for projects with many files. Centralize chunking in utils with MAX_CMD_LINE_LENGTH (8190 on Windows, 32760 otherwise) for regex_files_rg and compile_missing_pyc. Fixes #5122. --------- Co-authored-by: Jacob Williams <jacobwilliams@users.noreply.github.com> Co-authored-by: Jacob Williams <jacob.williams-1@nasa.gov>
main
17 hours ago
Numpy warning removal (#5962) * Adding documentation. * Fixing numpy error by creating special handling for config files and recipe files. * Adding news. * submitting a quick fix for failing tests * Small reversion as warning shouldn't be triggered at the get_selectors level. * Putting back the warning and only doing this during build phase. * Removing unused import. --------- Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
main
20 hours ago
Use build.handle_anaconda_upload() instead of py-rattler-build's API
jsmolic:v1-no-anaconda-upload
2 days ago
Numpy warning removal (#5962) * Adding documentation. * Fixing numpy error by creating special handling for config files and recipe files. * Adding news. * submitting a quick fix for failing tests * Small reversion as warning shouldn't be triggered at the get_selectors level. * Putting back the warning and only doing this during build phase. * Removing unused import. --------- Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
main
2 days 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%
Support anaconda.org upload for v1 recipes; update package test logic
#5955
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