Skip to content
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

build: Add a long_description which is now a required field. #303

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Apr 20, 2024

Previously it could be empty but now PyPI throws an error when you try
to publish with an empty long description.

Fix that, and bump the version. We're also updating the django
classifiers to be more accurate.

feanil added 2 commits April 20, 2024 01:19
Previously it could be empty but now PyPI throws an error when you try
to publish with an empty long description.

Fix that, and bump the version.  We're also updating the django
classifiers to be more accurate.
The older version of the action now fails intermittently to force you to
a newer version. The new version requires a token that's been added as a
repository secret.
Copy link

codecov bot commented Apr 20, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 94.04%. Comparing base (d2a3ae6) to head (bcdee9f).

Files Patch % Lines
setup.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #303      +/-   ##
==========================================
- Coverage   94.21%   94.04%   -0.17%     
==========================================
  Files          29       29              
  Lines        2868     2871       +3     
  Branches      641      641              
==========================================
- Hits         2702     2700       -2     
- Misses        141      145       +4     
- Partials       25       26       +1     
Flag Coverage Δ
unittests 94.04% <25.00%> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@feanil feanil requested a review from salman2013 April 20, 2024 05:36
@feanil feanil linked an issue Apr 22, 2024 that may be closed by this pull request
6 tasks
@feanil feanil merged commit bd82bb0 into master Apr 22, 2024
15 of 17 checks passed
@feanil feanil deleted the feanil/fix_description branch April 22, 2024 13:55
@feanil feanil changed the title build: Add a long_descriptino which is now a required field. build: Add a long_description which is now a required field. May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test opaque-keys on Python 3.11
2 participants