Skip to content

Commit 470eebd

Browse files
committed
github/jedi: fix working directory in publish job
This was building the pybricks package instead of the pybricks_jedi package because it was using the wrong directory.
1 parent 37cdd2a commit 470eebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jedi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
python-version: "3.10"
2828
- run: pipx install poetry
2929
- run: poetry install
30+
working-directory: ./jedi
3031
- run: poetry build
32+
working-directory: ./jedi
3133
- run: poetry publish
34+
working-directory: ./jedi
3235
env:
3336
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_PYBRICKS_JEDI_TOKEN }}

0 commit comments

Comments
 (0)