Skip to content

Commit

Permalink
remove CI-nightly from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Sep 13, 2023
1 parent 7bca653 commit 54a2e45
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ Fast tensor operations using a convenient Einstein index notation.
[ci-img]: https://github.com/Jutho/TensorOperations.jl/workflows/CI/badge.svg
[ci-url]:
https://github.com/Jutho/TensorOperations.jl/actions?query=workflow%3ACI
[ci-julia-nightly-img]:
https://github.com/Jutho/TensorOperations.jl/workflows/CI%20(Julia%20nightly)/badge.svg
[ci-julia-nightly-url]:
https://github.com/Jutho/TensorOperations.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22
[codecov-img]:
https://codecov.io/gh/Jutho/TensorOperations.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/Jutho/TensorOperations.jl
Expand All @@ -26,7 +22,7 @@ Fast tensor operations using a convenient Einstein index notation.

| **Documentation** | **Build Status** |
| :-----------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: |
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![CI][ci-img]][ci-url] [![CI (Julia nightly)][ci-julia-nightly-img]][ci-julia-nightly-url] [![][codecov-img]][codecov-url] |
| [![Docs-stable][docs-stable-img]][docs-stable-url] [![Docs-dev][docs-dev-img]][docs-dev-url] | [![CI][ci-img]][ci-url] [![Coverage][codecov-img]][codecov-url] |

| **Digital Object Identifier** | **Downloads** |
| :---------------------------: | :-----------------------------------------------------------: |
Expand Down

2 comments on commit 54a2e45

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 54a2e45 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91376

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v4.0.4 -m "<description of version>" 54a2e45f493b875e01603278099dc62291030092
git push origin v4.0.4

Please sign in to comment.