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
Copy file name to clipboardExpand all lines: .github/workflows/pypi-publish.yml
+27-20Lines changed: 27 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# This workflow will upload a Python Package to PyPI when a release is created
1
+
# This workflow will upload Python Packages to PyPI when a release is created
2
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3
3
4
4
# This workflow uses actions that are not certified by GitHub.
# IMPORTANT: this permission is mandatory for trusted publishing
48
61
id-token: write
49
62
50
-
# Dedicated environments with protections for publishing are strongly recommended.
51
-
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
52
63
environment:
53
64
name: pypi
54
-
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
0 commit comments