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: docs/publish-pypi.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Publish Python Package to PyPI
2
2
3
+
> [!CAUTION]
4
+
> Don't use this workflow - reusable workflows with trusted publishing does not work. It's better to be secure (trusted publishing), than use a reusable workflow. https://github.com/pypa/gh-action-pypi-publish/issues/166
5
+
3
6
Reusable workflow that builds a Python package and publishes it to [PyPI](https://pypi.org) using OIDC trusted publishing (no API token required).
0 commit comments