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 e36f217 commit 5c30a0aCopy full SHA for 5c30a0a
.github/workflows/python-publish.yml
@@ -51,11 +51,11 @@ jobs:
51
environment:
52
name: pypi
53
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
54
- # url: https://pypi.org/p/YOURPROJECT
+ # url: https://pypi.org/project/usf/
55
#
56
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
57
# ALTERNATIVE: exactly, uncomment the following line instead:
58
- # url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}
+ url: https://pypi.org/project/usf/${{ github.event.release.name }}
59
60
steps:
61
- name: Retrieve release distributions
0 commit comments