Skip to content

Commit db8a67b

Browse files
committed
Main
1 parent efd2e5c commit db8a67b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Publish the Python package
3030
env:
3131
TWINE_USERNAME: __token__
32+
# Ensure that PYPI_API_TOKEN is set in your repository or organization secrets at https://github.com/<owner>/<repo>/settings/secrets/actions
3233
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
3334
run: |
3435
python -m build
@@ -40,4 +41,5 @@ jobs:
4041
npm publish
4142
env:
4243
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
44+
# Ensure that NPM_TOKEN is set in your repository or organization secrets at https://github.com/<owner>/<repo>/settings/secrets/actions
4345
PRE_RELEASE: ${{ github.event.release.prerelease }}

0 commit comments

Comments
 (0)