opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
338 stars 170 forks source link

[BUG] Publishing to pypi yields email about GPG signatures not required #609

Closed dblock closed 10 months ago

dblock commented 10 months ago

What is the bug?

After publishing the 2.4.2 release we got this: During your recent upload of opensearch-py to PyPI, we noticed you uploaded a GPG signature. However, support for GPG signatures has been removed from PyPI.

How can one reproduce the bug?

Release opensearch-py.

What is the expected behavior?

No angry emails from pypi.

Do you have any screenshots?

Screenshot 2023-11-19 at 6 50 52 PM

zelinh commented 10 months ago

We used to sign GPG signatures within the Jenkins release workflow. Since now we can release on GHA without using Jenkins workflow, this issue should be resolved. Let's keep observe and close this issue once next release is successfully published.

dblock commented 10 months ago

I'll close now and reopen if it comes back! Thanks @zelinh.