mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
fix CI deployment 9
This commit is contained in:
5
.github/workflows/deploy2.yml
vendored
5
.github/workflows/deploy2.yml
vendored
@@ -71,7 +71,10 @@ jobs:
|
|||||||
- uses: "actions/checkout@v4"
|
- uses: "actions/checkout@v4"
|
||||||
with:
|
with:
|
||||||
ref: "${{ inputs.ref }}"
|
ref: "${{ inputs.ref }}"
|
||||||
|
- uses: "actions/setup-node@v4"
|
||||||
|
with:
|
||||||
|
cache: "yarn"
|
||||||
- uses: "JRubics/poetry-publish@v2.0"
|
- uses: "JRubics/poetry-publish@v2.0"
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python_version: "3.11"
|
||||||
pypi_token: "${{ secrets.PYPI_TOKEN }}"
|
pypi_token: "${{ secrets.PYPI_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user