fhs / NPZ.jl

A Julia package that provides support for reading and writing Numpy .npy and .npz files
Other
117 stars 16 forks source link

TagBot is not creating GithubReleases #59

Open CarloLucibello opened 1 year ago

CarloLucibello commented 1 year ago

v0.42 and v0.43 hare available in the JuliaRegistries but TagBot didn't create the corresponding GitHub release. It is the first time I see this behavior and I don't know what is causing it. According to the TagBot readme no action besides creating the TagBot.yml should be required.

fhs commented 1 year ago

I see the following in the Actions logs. I've removed the ssh key from the config. Let's see if this fixes it. I think the ssh key was added for pushing the documentation to the repo, but we should remove documentation generation and just link to juliahub docs.

Processing version v0.4.3 (b83fddf2d773936b531e5f355d4f3f1d2738a5d6)
Generating changelog for version v0.4.3 (b83fddf2d773936b531e5f355d4f3f1d2738a5d6)
Warning: Permanently added the RSA host key for IP address '192.30.255.112' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Error: TagBot experienced an unexpected internal failure
Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 533, in create_release
    self._git.create_tag(version, sha, log)
  File "/root/tagbot/action/git.py", line 107, in create_tag
    self.command("push", "origin", version)
  File "/root/tagbot/action/git.py", line 71, in command
    raise Abort(f"Git command '{cmd}' failed")
tagbot.action.Abort: Git command 'git -C /tmp/tagbot_repo_ovsviiru push origin v0.4.3' failed

Response (200): {
  "status": "Submitted error report"
}