Loading .github/workflows/python-publish.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -51,7 +51,7 @@ jobs: environment: environment: name: pypi name: pypi # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: # url: https://pypi.org/p/YOURPROJECT # # # ALTERNATIVE: if your GitHub Release name is the PyPI project version string # ALTERNATIVE: if your GitHub Release name is the PyPI project version string # ALTERNATIVE: exactly, uncomment the following line instead: # ALTERNATIVE: exactly, uncomment the following line instead: Loading Loading
.github/workflows/python-publish.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -51,7 +51,7 @@ jobs: environment: environment: name: pypi name: pypi # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: # url: https://pypi.org/p/YOURPROJECT # # # ALTERNATIVE: if your GitHub Release name is the PyPI project version string # ALTERNATIVE: if your GitHub Release name is the PyPI project version string # ALTERNATIVE: exactly, uncomment the following line instead: # ALTERNATIVE: exactly, uncomment the following line instead: Loading