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 85bd7e0 commit 678eb30Copy full SHA for 678eb30
.github/workflows/python.yaml
@@ -52,7 +52,6 @@ jobs:
52
- name: build
53
run: |
54
python ./setup.py sdist bdist_wheel
55
- twine upload dist/* --non-interactive --skip-existing
56
- name: upload
57
run: twine upload dist/* --non-interactive --skip-existing
58
env:
.github/workflows/typescript.yaml
@@ -61,3 +61,4 @@ jobs:
61
npm run build
62
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
63
npm publish || true
64
+
0 commit comments