Skip to content

Commit 537947e

Browse files
authored
docs: Add Pypi warning (#10)
1 parent 3ad0dc8 commit 537947e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/publish-pypi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Publish Python Package to PyPI
22

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+
36
Reusable workflow that builds a Python package and publishes it to [PyPI](https://pypi.org) using OIDC trusted publishing (no API token required).
47

58
The workflow has two jobs:

0 commit comments

Comments
 (0)