fix CI deployment 10

This commit is contained in:
Yeicor
2024-03-10 18:26:13 +01:00
parent 9f30ac8eb7
commit cbdb5aff5e
2 changed files with 8 additions and 4 deletions

View File

@@ -74,7 +74,11 @@ jobs:
- uses: "actions/setup-node@v4"
with:
cache: "yarn"
- uses: "JRubics/poetry-publish@v2.0"
- run: "pipx install poetry"
- uses: "actions/setup-python@v5"
with:
python_version: "3.11"
pypi_token: "${{ secrets.PYPI_TOKEN }}"
python-version: "3.11"
cache: "poetry"
- run: "poetry install"
- run: "poetry publish --build"