Skip to content

Commit

Permalink
Apply new package name for for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Feb 26, 2025
1 parent de1b9c9 commit 6833a38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-nightly:
uses: ./.github/workflows/nightly.yml
with:
cura_conan_version: "cura/[*]@ultimaker/stable"
cura_conan_version: "cura/[*]"
release_tag: "nightly-stable"
caller_workflow: "nightly-stable.yml"
secrets: inherit
6 changes: 3 additions & 3 deletions conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ requirements:
- "curaengine/5.10.0-beta.1"
- "cura_binary_data/5.10.0-beta.1"
- "fdm_materials/5.10.0-beta.1"
- "dulcificum/5.10.0@ultimaker/stable"
- "pysavitar/5.10.0@ultimaker/stable"
- "pynest2d/5.10.0@ultimaker/stable"
- "dulcificum/5.10.0"
- "pysavitar/5.10.0"
- "pynest2d/5.10.0"
requirements_internal:
- "fdm_materials/5.10.0-beta.1"
- "cura_private_data/5.10.0-alpha.0@internal/testing"
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CuraConan(ConanFile):
generators = "VirtualPythonEnv"
tool_requires = "gettext/0.22.5"

python_requires = "translationextractor/[>=2.2.0]@ultimaker/stable"
python_requires = "translationextractor/[>=2.2.0]"

options = {
"enterprise": [True, False],
Expand Down

0 comments on commit 6833a38

Please sign in to comment.