Skip to content

Commit f2ff3de

Browse files
committed
another fix attempt for trusted publishing
1 parent b4c06e3 commit f2ff3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ build_client = ['hatch run "src/build_scripts/build_js_client.py" {args}']
210210
build_app = ['hatch run "src/build_scripts/build_js_app.py" {args}']
211211
publish_event_to_object = [
212212
'hatch run javascript:build_event_to_object',
213-
'cd "src/js/packages/event-to-object" && bun publish --access public',
213+
'cd "src/js/packages/event-to-object" && bunx npm publish --provenance --access public',
214214
]
215215
publish_client = [
216216
'hatch run javascript:build_client',
217-
'cd "src/js/packages/@reactpy/client" && bun publish --access public',
217+
'cd "src/js/packages/@reactpy/client" && bunx npm publish --provenance --access public',
218218
]
219219

220220
#########################

0 commit comments

Comments
 (0)