You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# IMPORTANT: this permission is mandatory for trusted publishing
38
+
id-token: write
39
+
40
+
# Dedicated environments with protections for publishing are strongly recommended.
41
+
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
42
+
environment:
43
+
name: pypi
44
+
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
45
+
# url: https://pypi.org/p/YOURPROJECT
46
+
#
47
+
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
48
+
# ALTERNATIVE: exactly, uncomment the following line instead:
0 commit comments