Skip to content
Closed

Main #597

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Publish the Python package
env:
TWINE_USERNAME: __token__
# Ensure that PYPI_API_TOKEN is set in your repository or organization secrets at https://github.com/<owner>/<repo>/settings/secrets/actions
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python -m build
Expand All @@ -40,4 +41,5 @@ jobs:
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Ensure that NPM_TOKEN is set in your repository or organization secrets at https://github.com/<owner>/<repo>/settings/secrets/actions
PRE_RELEASE: ${{ github.event.release.prerelease }}