Skip to content

Commit d524d48

Browse files
authored
Update release workflows to use pypi token (#14)
1 parent 4a3dc33 commit d524d48

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-batch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ jobs:
8787
uses: pypa/gh-action-pypi-publish@release/v1
8888
with:
8989
packages-dir: dist/
90+
password: ${{ secrets.PYPI_ORG_TOKEN }}

.github/workflows/release-rt.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ jobs:
8787
uses: pypa/gh-action-pypi-publish@release/v1
8888
with:
8989
packages-dir: dist/
90+
password: ${{ secrets.PYPI_ORG_TOKEN }}

0 commit comments

Comments
 (0)