Skip to content

Commit

Permalink
Bumping to 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas authored Jan 17, 2023
1 parent d069a5f commit e2307e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PartitionedArrays"
uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
authors = ["Francesc Verdugo <fverdugo@cimne.upc.edu> and contributors"]
version = "0.2.13"
version = "0.2.14"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand Down

8 comments on commit e2307e0

@amartinhuertas
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/75824

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 v0.2.14 -m "<description of version>" e2307e0509f3a91c90e4e9fa33800dbb344b4b85
git push origin v0.2.14

@amartinhuertas
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hi @fverdugo.

Can you follow the instructions here https://discourse.julialang.org/t/latest-version-of-docs-not-published-github-actions-tagbot/50634/19 to try to solve the tagbot issue?

It worked for SparseCSR ... jl, although I am not 100% sure the cause is the same.

@fverdugo
Copy link
Owner

Choose a reason for hiding this comment

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

HI @amartinhuertas, there is already a DOCUMENTER_KEY both in secrets and deploy keys in PartitionedArrays.jl. Was this also the case in SparseMatricesCSR.jl ?

@amartinhuertas
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No. There were no keys in SparseMatricesCSR.jl.

@amartinhuertas
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Perhaps trying to remove the existing ones and regenerating new ones may help?

@fverdugo
Copy link
Owner

Choose a reason for hiding this comment

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

Hi @fredrikekre, we are having a very annoying bug with TabBot. It is unable to add a new release in the repo after succesfuly registering new versions with JuliaRegistrator. We get this error:

https://github.com/fverdugo/PartitionedArrays.jl/actions/runs/3938184637/jobs/6736578431#step:3:41

He have looked for solutions, but have failed to find one so far.

Have you ever seen this type of error? Do you know a solution?

Thanks!

@fredrikekre
Copy link
Contributor

Choose a reason for hiding this comment

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

See JuliaRegistries/TagBot#242 (at least the comments from the last weeks). The only way I know to fix it is to try again later, but you can also just push the tag from your local repo (see e2307e0#commitcomment-96462022)

Please sign in to comment.