mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-20 12:49:38 +08:00
Apply new package name for for release
This commit is contained in:
parent
de1b9c9dba
commit
6833a38999
2
.github/workflows/nightly-stable.yml
vendored
2
.github/workflows/nightly-stable.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
build-nightly:
|
build-nightly:
|
||||||
uses: ./.github/workflows/nightly.yml
|
uses: ./.github/workflows/nightly.yml
|
||||||
with:
|
with:
|
||||||
cura_conan_version: "cura/[*]@ultimaker/stable"
|
cura_conan_version: "cura/[*]"
|
||||||
release_tag: "nightly-stable"
|
release_tag: "nightly-stable"
|
||||||
caller_workflow: "nightly-stable.yml"
|
caller_workflow: "nightly-stable.yml"
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
@ -5,9 +5,9 @@ requirements:
|
|||||||
- "curaengine/5.10.0-beta.1"
|
- "curaengine/5.10.0-beta.1"
|
||||||
- "cura_binary_data/5.10.0-beta.1"
|
- "cura_binary_data/5.10.0-beta.1"
|
||||||
- "fdm_materials/5.10.0-beta.1"
|
- "fdm_materials/5.10.0-beta.1"
|
||||||
- "dulcificum/5.10.0@ultimaker/stable"
|
- "dulcificum/5.10.0"
|
||||||
- "pysavitar/5.10.0@ultimaker/stable"
|
- "pysavitar/5.10.0"
|
||||||
- "pynest2d/5.10.0@ultimaker/stable"
|
- "pynest2d/5.10.0"
|
||||||
requirements_internal:
|
requirements_internal:
|
||||||
- "fdm_materials/5.10.0-beta.1"
|
- "fdm_materials/5.10.0-beta.1"
|
||||||
- "cura_private_data/5.10.0-alpha.0@internal/testing"
|
- "cura_private_data/5.10.0-alpha.0@internal/testing"
|
||||||
|
@ -33,7 +33,7 @@ class CuraConan(ConanFile):
|
|||||||
generators = "VirtualPythonEnv"
|
generators = "VirtualPythonEnv"
|
||||||
tool_requires = "gettext/0.22.5"
|
tool_requires = "gettext/0.22.5"
|
||||||
|
|
||||||
python_requires = "translationextractor/[>=2.2.0]@ultimaker/stable"
|
python_requires = "translationextractor/[>=2.2.0]"
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
"enterprise": [True, False],
|
"enterprise": [True, False],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user