Skip to content

Commit a837962

Browse files
Update python-publish.yml
1 parent 601820a commit a837962

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
secrets:
1515
PYPI_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
1616

17-
# uncomment for new plugins (not needed for example plugin)
18-
# publish-python-pypi:
19-
# uses: mundialis/github-workflows/.github/workflows/python-publish.yml@main
20-
# secrets:
21-
# PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
17+
publish-python-pypi:
18+
uses: mundialis/github-workflows/.github/workflows/python-publish.yml@main
19+
secrets:
20+
PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)