Skip to content

Commit

Permalink
ci: Revert back to twine for uploading to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Sep 26, 2024
1 parent da11086 commit 3e51cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build:packages": "tsc --build && pnpm --filter=\"./packages/**\" -r build && pnpm publint",
"clean": "rm -rf anywidget/nbextension/index.js anywidget/labextension && pnpm -r exec rm -rf dist",
"version": "changeset version",
"release": "pnpm build:packages && uv build && changeset publish && uv publish dist/*",
"release": "pnpm build:packages && uv build && changeset publish && uvx twine upload --skip-existing dist/*",
"test": "vitest --environment=happy-dom --run",
"typecheck": "tsc --build && vitest --typecheck.only --run",
"fix": "biome check --write .",
Expand Down

0 comments on commit 3e51cd0

Please sign in to comment.