Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,13 @@ jobs:
run:
working-directory: ./packages/core
timeout-minutes: 5
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-packages
- name: Build package
run: uv build --no-cache
- name: Publish package to PyPI
# NOTE: specify directory bc `dist` directory is generated at the root-level
# NOTE: need to specify directory bc `dist` directory is generated at the root-level
run: uv publish --no-cache --directory ../../