Skip to content

Commit a5d563c

Browse files
committed
Fix CI/CD workflow typo; update Read the Docs config; update version/README.
1 parent 9b02d50 commit a5d563c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-publish-sign-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
environment:
3939
name: pypi
40-
url: https://pypi.org/p/rabinmiller
40+
url: https://pypi.org/p/egcd
4141
permissions:
4242
id-token: write
4343
steps:

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ python:
1616
build:
1717
os: 'ubuntu-22.04'
1818
tools:
19-
python: '3.11'
19+
python: '3.12'

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Examples
4040
^^^^^^^^
4141

4242
.. |egcd| replace:: ``egcd``
43-
.. _egcd: https://egcd.readthedocs.io/en/2.0.1/_source/egcd.html#egcd.egcd.egcd
43+
.. _egcd: https://egcd.readthedocs.io/en/2.0.2/_source/egcd.html#egcd.egcd.egcd
4444

4545
.. |math_gcd| replace:: ``math.gcd``
4646
.. _math_gcd: https://docs.python.org/3/library/math.html#math.gcd

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "egcd"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = """\
55
Pure-Python extended Euclidean algorithm implementation \
66
that accepts any number of integer arguments.\

0 commit comments

Comments
 (0)