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 503e1ba commit f9e098bCopy full SHA for f9e098b
.github/workflows/distribute.yaml
@@ -22,10 +22,6 @@ jobs:
22
- run: pip install "twine>=6.1.0" "packaging>=24.2"
23
24
- run: twine upload dist/*
25
- env:
26
- github_token: ${{ secrets.GITHUB_TOKEN }}
27
- TWINE_USERNAME: __token__
28
- TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
29
30
distribute-js:
31
runs-on: ubuntu-latest
@@ -42,5 +38,3 @@ jobs:
42
38
registry-url: "https://registry.npmjs.org"
43
39
44
40
- run: npm publish dist/*
45
46
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments