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 952c2da commit 5699e6aCopy full SHA for 5699e6a
.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/fluss-api/
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/fluss-api/${{ github.event.release.name }}
59
60
steps:
61
- name: Retrieve release distributions
0 commit comments