-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release process: can't create tag #1593
Comments
I'd check your local configuration as this should not be configuration at the repo level. In the past, we did sign packages with GPG. Since PyPI dropped this support, we stopped this though. The key used would have been the |
Specifically, do you have this in your local
|
I understand this is not related with PyPI, but with Git itself since we are passing
I was able to perform the PyPI signing without issues. I opened #1596 to remove the |
@humitos I don't think so. It stopped accepting PGP signature uploads a while ago: https://discuss.python.org/t/gpg-signature-support-removed-from-pypi/27014 / https://blog.pypi.org/posts/2023-05-23-removing-pgp/. Though, there's a new PEP 740 digital attestations feature upcoming that you can enable already and wait until the related bits and pieces start showing up on PyPI: https://github.com/marketplace/actions/pypi-publish#generating-and-uploading-attestations. |
I'm not sure why I can't create tags. It seems it's calling
gpg
for some reason and I don't have it set it up.We need to create
2.1.0rc1
and2.1.0rc2
.The text was updated successfully, but these errors were encountered: