Skip to content

Commit 53ee1f6

Browse files
committed
ci(py-release): Fix paths
1 parent a49e243 commit 53ee1f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/py-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,15 @@ jobs:
3737
run: make py-check-tests
3838

3939
- name: 📝 Check types
40-
working-directory: ./pkg-py
4140
run: make py-check-types
4241

4342
- name: 📐 Check formatting
44-
working-directory: ./pkg-py
4543
run: make py-check-format
4644
- name: 🧳 Build package
47-
working-directory: ./pkg-py
4845
run: make py-build
4946

5047
# TODO: https://pypi.org/manage/project/querychat/settings/publishing/
5148
- name: 🚢 Publish release on PyPI
5249
uses: pypa/gh-action-pypi-publish@release/v1
5350
with:
54-
packages-dir: ./pkg-py/dist
51+
packages-dir: ./dist

0 commit comments

Comments
 (0)