-
Notifications
You must be signed in to change notification settings - Fork 49
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 pydoctor 24.3.0 #767
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #767 +/- ##
==========================================
+ Coverage 92.56% 92.62% +0.05%
==========================================
Files 47 47
Lines 8393 8393
Branches 1850 1850
==========================================
+ Hits 7769 7774 +5
+ Misses 359 356 -3
+ Partials 265 263 -2 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Releasing a new version of pydoctor @glyph @adiroiban. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi @tristanlatr I have pushed a change to publish the packagte using PyPI Trusted Publishers API The PyPI changes were made here https://pypi.org/manage/project/pydoctor/settings/publishing/#errors I think that only Twisted Organization admins have permissions to PyPI manager... but now, any package published from Feel free to create a tag based on the latest commit from this PR. It should trigger a PyPi package publishing. Thanks |
I have also removed the |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks a lot Adi, I’ll try again |
Looks like it failed...
Full log: https://github.com/twisted/pydoctor/actions/runs/9098901922/job/25010411600 |
This comment has been minimized.
This comment has been minimized.
True. My bad. I have added explicit job permissions. You can delete the tag and create it again. It should re-trigger the job |
This comment has been minimized.
This comment has been minimized.
Still not working @adiroiban
|
This comment has been minimized.
This comment has been minimized.
The pypi publishing works. The package was rejected due to setup.cfg deps definition Line 82 in 27f5d4d
It looks like we need to do a release for Twisted. Why do we need the latest Twisted here ? |
I think we don’t need it anymore |
And fix the twisted intersphinx as a drive-by change.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅ |
1 similar comment
According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅ |
According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅ |
Fixes #794