Skip to content

Commit 1f605e6

Browse files
committed
path check
1 parent 8f21672 commit 1f605e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
uses: astral-sh/setup-uv@v5
1616

1717
- name: Build package
18-
run: uv build
18+
run: uv build tsapython # project lives in the tsapython/ subdirectory
1919

2020
- name: Store distributions
2121
uses: actions/upload-artifact@v4
2222
with:
2323
name: dist
24-
path: dist/
24+
path: tsapython/dist/ # uv writes dist/ inside the project dir
2525

2626
publish:
2727
needs: build
2828
runs-on: ubuntu-latest
29-
environment: pypi # must match the environment in PyPI publisher config
29+
environment: pypi # must match the environment in your PyPI publisher config
3030
permissions:
3131
id-token: write # REQUIRED for trusted publishing (OIDC)
3232
steps:

0 commit comments

Comments
 (0)