We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cdd2a commit 470eebdCopy full SHA for 470eebd
.github/workflows/jedi.yml
@@ -27,7 +27,10 @@ jobs:
27
python-version: "3.10"
28
- run: pipx install poetry
29
- run: poetry install
30
+ working-directory: ./jedi
31
- run: poetry build
32
33
- run: poetry publish
34
35
env:
36
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_PYBRICKS_JEDI_TOKEN }}
0 commit comments