We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29765b commit b7ee326Copy full SHA for b7ee326
.github/workflows/pypi_publish.yml
@@ -19,6 +19,6 @@ jobs:
19
# Run build to a specified version of python into a specified directory.
20
- name: Python Build
21
run: python3 -m pip install --upgrade build && python3 -m build
22
- # Publish the python package to pypi.org with the api token.
+ # Publish the python package to pypi.org.
23
- name: Publish Package to PyPI
24
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments