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

Prepare 2.3.1 #378

Merged
merged 4 commits into from
Jul 8, 2024
Merged

Prepare 2.3.1 #378

merged 4 commits into from
Jul 8, 2024

Conversation

xiki-tempula
Copy link
Collaborator

@xiki-tempula xiki-tempula commented Jul 5, 2024

For some reason the rst readme cannot be used as long description, changed this to markdown file and it seems to work.
Build and tested on pypi testing channel

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.83%. Comparing base (5a73cc4) to head (684d2d2).
Report is 30 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #378   +/-   ##
=======================================
  Coverage   98.83%   98.83%           
=======================================
  Files          28       28           
  Lines        1895     1895           
  Branches      407      407           
=======================================
  Hits         1873     1873           
  Misses          2        2           
  Partials       20       20           

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

Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

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

Not sure why rst isn't working, I normally run twine check and it tells me what's wrong. In any case, markdown is ok, too (even though I generally consider it a poor replacement for reST ... but README is fine).

However, you need to fix-up a whole bunch places.

  • MANIFEST.in
  • setup.py
  • CHANGES:
    • add your name to 2.3.1
    • add the release date

Maybe other places, check with git grep README.

setup.py Outdated
@@ -41,7 +41,7 @@
packages=find_packages("src"),
package_dir={"": "src"},
license="BSD",
long_description=open("README.rst").read(),
long_description=open("README.md").read(),
long_description_content_type="text/x-rst",
Copy link
Member

Choose a reason for hiding this comment

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

Change the content description.

@xiki-tempula xiki-tempula requested a review from orbeckst July 8, 2024 18:45
@xiki-tempula xiki-tempula merged commit f40b89b into alchemistry:master Jul 8, 2024
11 checks passed
@xiki-tempula xiki-tempula deleted the prep_2.3.1 branch July 8, 2024 20:23
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.

2 participants