Skip to content

Commit 678eb30

Browse files
committed
delete
1 parent 85bd7e0 commit 678eb30

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: build
5353
run: |
5454
python ./setup.py sdist bdist_wheel
55-
twine upload dist/* --non-interactive --skip-existing
5655
- name: upload
5756
run: twine upload dist/* --non-interactive --skip-existing
5857
env:

.github/workflows/typescript.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ jobs:
6161
npm run build
6262
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
6363
npm publish || true
64+

0 commit comments

Comments
 (0)