Skip to content

Commit

Permalink
Fix CI/CD workflow typo; update Read the Docs config; update version/…
Browse files Browse the repository at this point in the history
…README.
  • Loading branch information
lapets committed Dec 30, 2024
1 parent 9b02d50 commit a5d563c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-sign-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/rabinmiller
url: https://pypi.org/p/egcd
permissions:
id-token: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ python:
build:
os: 'ubuntu-22.04'
tools:
python: '3.11'
python: '3.12'
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Examples
^^^^^^^^

.. |egcd| replace:: ``egcd``
.. _egcd: https://egcd.readthedocs.io/en/2.0.1/_source/egcd.html#egcd.egcd.egcd
.. _egcd: https://egcd.readthedocs.io/en/2.0.2/_source/egcd.html#egcd.egcd.egcd

.. |math_gcd| replace:: ``math.gcd``
.. _math_gcd: https://docs.python.org/3/library/math.html#math.gcd
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "egcd"
version = "2.0.1"
version = "2.0.2"
description = """\
Pure-Python extended Euclidean algorithm implementation \
that accepts any number of integer arguments.\
Expand Down

0 comments on commit a5d563c

Please sign in to comment.