Skip to content

Commit

Permalink
1.0rc1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Sep 9, 2024
1 parent c0eacfc commit 93b8f54
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ linux_task:
env:
DEBIAN_FRONTEND: noninteractive
ASSET_PATTERN: FreeCAD_.*Linux-aarch64
DEPLOY_RELEASE: weekly-builds
DEPLOY_RELEASE: 1.0rc1
TARGET_REPO: $CIRRUS_REPO_FULL_NAME

# Instructions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freecad_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, macos-13, ubuntu-latest]
tag: ["weekly-builds"]
tag: ["1.0rc1"]
include:
- os: windows-latest
bundle_dir: conda/win
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/source_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag: ["weekly-builds"]
branch: ["main"]
tag: ["1.0rc1"]
branch: ["1.0rc1"]

steps:
- name: create source package with submodules and version info
Expand Down
2 changes: 1 addition & 1 deletion conda/linux/create_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
conda_env="AppDir/usr"
echo -e "\nCreate the environment"

packages="freecad=*.pre occt vtk python=3.11 blas=*=openblas numpy \
packages="freecad=1.0rc1 occt vtk python=3.11 blas=*=openblas numpy \
matplotlib-base scipy sympy pandas six pyyaml pycollada lxml \
xlutils olefile requests blinker opencv nine docutils \
opencamlib calculix ifcopenshell lark appimage-updater-bridge"
Expand Down
2 changes: 1 addition & 1 deletion conda/osx/create_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ conda_env="APP/FreeCAD.app/Contents/Resources"

mamba create -y --copy -c freecad/label/dev -c conda-forge -p ${conda_env} \
python=3.11 \
freecad=*.pre \
freecad=1.0rc1 \
blas=*=openblas \
blinker \
calculix \
Expand Down
2 changes: 1 addition & 1 deletion conda/win/create_bundle.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir %copy_dir%

call mamba create ^
-p %conda_env% ^
freecad=*.pre python=3.11 occt vtk calculix gmsh ^
freecad=1.0rc1 python=3.11 occt vtk calculix gmsh ^
numpy matplotlib-base scipy sympy pandas six ^
pyyaml opencamlib ifcopenshell lark ^
pycollada lxml xlutils olefile requests ^
Expand Down

0 comments on commit 93b8f54

Please sign in to comment.