Skip to content

Commit

Permalink
Update links to microblogging pages (#13123) (#13127)
Browse files Browse the repository at this point in the history
* Update links to microblogging pages

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestions from code review

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
(cherry picked from commit 05538ac)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
  • Loading branch information
patchback[bot] and The-Compiler authored Jan 12, 2025
1 parent f1c6bab commit 02519fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,8 @@ Both automatic and manual processes described above follow the same steps from t
* python-announce-list@python.org (all releases)
* testing-in-python@lists.idyll.org (only major/minor releases)

And announce it on `Twitter <https://twitter.com/>`_ and `BlueSky <https://bsky.app/>`_ with the ``#pytest`` hashtag.
And announce it with the ``#pytest`` hashtag on:

* `Bluesky <https://bsky.app>`_
* `Fosstodon <https://fosstodon.org>`_
* `Twitter/X <https://x.com>`_
7 changes: 7 additions & 0 deletions doc/en/contact.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Chat
<https://web.libera.chat/#pytest>`_)
- ``#pytest`` `on Matrix <https://matrix.to/#/#pytest:matrix.org>`_.

Microblogging
-------------

- Bluesky: `@pytest.org <https://bsky.app/profile/pytest.org>`_
- Mastodon: `@pytest@fosstodon.org <https://fosstodon.org/@pytest>`_
- Twitter/X: `@pytestdotorg <https://x.com/pytestdotorg>`_

Mail
----

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ optional-dependencies.dev = [
"xmlschema",
]
urls.Changelog = "https://docs.pytest.org/en/stable/changelog.html"
urls.Contact = "https://docs.pytest.org/en/stable/contact.html"
urls.Funding = "https://docs.pytest.org/en/stable/sponsor.html"
urls.Homepage = "https://docs.pytest.org/en/latest/"
urls.Source = "https://github.com/pytest-dev/pytest"
urls.Tracker = "https://github.com/pytest-dev/pytest/issues"
urls.Twitter = "https://twitter.com/pytestdotorg"
scripts."py.test" = "pytest:console_main"
scripts.pytest = "pytest:console_main"

Expand Down

0 comments on commit 02519fd

Please sign in to comment.