Skip to content

Commit 390a55a

Browse files
committed
rename
1 parent d3172d3 commit 390a55a

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
environment:
3838
name: pypi
39-
url: https://pypi.org/p/runtime-docs
39+
url: https://pypi.org/p/runtime-docstrings
4040

4141
steps:
4242
- name: Retrieve release distributions
@@ -47,5 +47,3 @@ jobs:
4747

4848
- name: Publish release distributions to PyPI
4949
uses: pypa/gh-action-pypi-publish@release/v1
50-
with:
51-
password: ${{ secrets.PYPI_API_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
# runtime-docs
2+
# runtime-docstrings
33

44
Runtime access to Python class attribute docstrings (PEP 224)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "runtime-docs"
2+
name = "runtime-docstrings"
33
version = "0.0.0"
44
description = "Runtime access to Python class attribute docstrings (PEP 224)"
55
readme = "README.md"

0 commit comments

Comments
 (0)