Skip to content

Commit 2747b42

Browse files
authored
Add legacy pypi token (#3408)
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 34cc2cc commit 2747b42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
run: |
2727
poetry build
2828
- name: Publish package distributions to PyPI
29-
uses: pypa/gh-action-pypi-publish@release/v1
29+
uses: pypa/gh-action-pypi-publish@release/v1
30+
with:
31+
password: ${{ secrets.PYPI_HYPERLEDGER }}

0 commit comments

Comments
 (0)