Skip to content

Commit b7ee326

Browse files
committed
updated comment string.
1 parent a29765b commit b7ee326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
# Run build to a specified version of python into a specified directory.
2020
- name: Python Build
2121
run: python3 -m pip install --upgrade build && python3 -m build
22-
# Publish the python package to pypi.org with the api token.
22+
# Publish the python package to pypi.org.
2323
- name: Publish Package to PyPI
2424
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)