Skip to content

Commit

Permalink
updated comment string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchanvfx committed Oct 6, 2024
1 parent a29765b commit b7ee326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
# Run build to a specified version of python into a specified directory.
- name: Python Build
run: python3 -m pip install --upgrade build && python3 -m build
# Publish the python package to pypi.org with the api token.
# Publish the python package to pypi.org.
- name: Publish Package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b7ee326

Please sign in to comment.