We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd2e5c commit db8a67bCopy full SHA for db8a67b
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Publish the Python package
30
env:
31
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
33
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
34
run: |
35
python -m build
@@ -40,4 +41,5 @@ jobs:
40
41
npm publish
42
43
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
45
PRE_RELEASE: ${{ github.event.release.prerelease }}
0 commit comments