mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba9aef2454 | ||
|
|
509b12cd97 |
3
.github/workflows/deploy1.yml
vendored
3
.github/workflows/deploy1.yml
vendored
@@ -51,8 +51,9 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rebuild: # Makes sure all artifacts are updated and use the new version for the next deployment steps
|
||||
deploy: # Makes sure all artifacts are updated and use the new version for the next deployment steps
|
||||
needs: "update-versions"
|
||||
uses: "./.github/workflows/deploy2.yml"
|
||||
secrets: "inherit" # Inherit the secrets from the parent workflow
|
||||
with:
|
||||
ref: "master" # Ensure we are cloning the latest version of the repository
|
||||
|
||||
2
.github/workflows/deploy2.yml
vendored
2
.github/workflows/deploy2.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
||||
- uses: "actions/checkout@v4"
|
||||
with:
|
||||
ref: "${{ inputs.ref }}"
|
||||
- uses: "JRubics/poetry-publish@v2"
|
||||
- uses: "JRubics/poetry-publish@v2.0"
|
||||
with:
|
||||
python-version: "3.11"
|
||||
pypi_token: "${{ secrets.PYPI_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user