Skip to content

Commit 69c79b6

Browse files
authored
Merge branch 'main' into saransh/3.13
2 parents 6f53ec4 + 705fa2d commit 69c79b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
run: pipx run nox -s coverage-${{ matrix.python-version }} --verbose
5555

5656
- name: Upload coverage report
57-
uses: codecov/codecov-action@v4.6.0
57+
uses: codecov/codecov-action@v5.3.1
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Near future goals for the package -
4646
## Installation
4747

4848
cuda-histogram is available on [PyPI](https://pypi.org/project/cuda-histogram/)
49-
as well as on [conda](https://anaconda.org/conda-forge/cuda-histogram). The
49+
as well as on [conda](https://anaconda.org/conda-forge/cuda_histogram). The
5050
library can be installed using `pip` -
5151

5252
```
@@ -56,7 +56,7 @@ pip install cuda-histogram
5656
or using `conda` -
5757

5858
```
59-
conda install -c conda-forge cuda-histogram
59+
conda install -c conda-forge cuda_histogram
6060
```
6161

6262
## Usage
@@ -216,8 +216,8 @@ Foundation.
216216
[actions-link]: https://github.com/scikit-hep/cuda-histogram/actions
217217
[codecov-badge]: https://codecov.io/gh/Saransh-cpp/cuda-histogram/branch/main/graph/badge.svg?token=YBv60ueORQ
218218
[codecov-link]: https://codecov.io/gh/Saransh-cpp/cuda-histogram
219-
[conda-version]: https://img.shields.io/conda/vn/Saransh-cpp/cuda-histogram.svg
220-
[conda-link]: https://github.com/scikit-hep/cuda-histogram
219+
[conda-version]: https://img.shields.io/conda/vn/conda-forge/cuda_histogram.svg
220+
[conda-link]: https://github.com/conda-forge/cuda_histogram-feedstock
221221
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
222222
[github-discussions-link]: https://github.com/scikit-hep/cuda-histogram/discussions
223223
[license-badge]: https://img.shields.io/badge/License-BSD_3--Clause-blue.svg

0 commit comments

Comments
 (0)