fix CI deployment 9

This commit is contained in:
Yeicor
2024-03-10 18:21:00 +01:00
parent ba9aef2454
commit e11c9dd5c6

View File

@@ -71,7 +71,10 @@ jobs:
- uses: "actions/checkout@v4"
with:
ref: "${{ inputs.ref }}"
- uses: "actions/setup-node@v4"
with:
cache: "yarn"
- uses: "JRubics/poetry-publish@v2.0"
with:
python-version: "3.11"
python_version: "3.11"
pypi_token: "${{ secrets.PYPI_TOKEN }}"