-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10aec50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible next time on release new version make the github release to have entry on https://github.com/mesonbuild/meson-python/releases? 🤔
I'm asking because only on make gh release is spread notification about new release to those who have set watch->releases.
10aec50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kloczek FYI there is a new release. I looked at this request, but our Releases page is empty and it's extra manual steps to update it, and more to backfill that for older releases to make it consistent. So I'd rather leave it empty.
Here are ways to get release notifications for PyPI: https://stackoverflow.com/questions/17395151/how-can-i-subscribe-to-updates-of-a-package-on-pypi.
10aec50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm working on Linux/Solaris distribution and I have some automation which processes GH releases.
Issue is that in that distribution python packages are only small fraction of the whole packages population and at the same time more than 4/5 of all packages source trees are on github (another 5% on wariuje gitlab locations).
As your repo already is using github workflows it is easy ay to add one line change to workflows
jbms/sphinx-immaterial#281 (comment)
10aec50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not using a GHA workflow for a release, since we're GPG signing all artifacts.
It is a lot easier for you to do the one-time effort to monitor PyPI in addition to GitHub Releases than it is for all Python package authors to do extra work here to fulfill your request. Please just start using one of the available RSS feeds for PyPI.
10aec50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW signin.
I'm n ot sure that you can sign commits.
https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits
It is as well possible to sign tags and GH additional release assets.