You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ jobs:
29
29
- name: Publish the Python package
30
30
env:
31
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
32
33
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
33
34
run: |
34
35
python -m build
@@ -40,4 +41,5 @@ jobs:
40
41
npm publish
41
42
env:
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
0 commit comments