We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3172d3 commit 390a55aCopy full SHA for 390a55a
3 files changed
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
37
environment:
38
name: pypi
39
- url: https://pypi.org/p/runtime-docs
+ url: https://pypi.org/p/runtime-docstrings
40
41
steps:
42
- name: Retrieve release distributions
@@ -47,5 +47,3 @@ jobs:
47
48
- name: Publish release distributions to PyPI
49
uses: pypa/gh-action-pypi-publish@release/v1
50
- with:
51
- password: ${{ secrets.PYPI_API_TOKEN }}
README.md
@@ -1,4 +1,4 @@
1
2
-# runtime-docs
+# runtime-docstrings
3
4
Runtime access to Python class attribute docstrings (PEP 224)
pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "runtime-docs"
+name = "runtime-docstrings"
version = "0.0.0"
description = "Runtime access to Python class attribute docstrings (PEP 224)"
5
readme = "README.md"
0 commit comments