diff --git a/.github/workflows/deploy2.yml b/.github/workflows/deploy2.yml index 3b438b3..f8b92a3 100644 --- a/.github/workflows/deploy2.yml +++ b/.github/workflows/deploy2.yml @@ -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 }}"