Skip to content

Commit 93b8f54

Browse files
committed
1.0rc1 [skip ci]
1 parent c0eacfc commit 93b8f54

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linux_task:
1313
env:
1414
DEBIAN_FRONTEND: noninteractive
1515
ASSET_PATTERN: FreeCAD_.*Linux-aarch64
16-
DEPLOY_RELEASE: weekly-builds
16+
DEPLOY_RELEASE: 1.0rc1
1717
TARGET_REPO: $CIRRUS_REPO_FULL_NAME
1818

1919
# Instructions:

.github/workflows/freecad_bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [windows-latest, macos-latest, macos-13, ubuntu-latest]
21-
tag: ["weekly-builds"]
21+
tag: ["1.0rc1"]
2222
include:
2323
- os: windows-latest
2424
bundle_dir: conda/win

.github/workflows/source_creation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
tag: ["weekly-builds"]
18-
branch: ["main"]
17+
tag: ["1.0rc1"]
18+
branch: ["1.0rc1"]
1919

2020
steps:
2121
- name: create source package with submodules and version info

conda/linux/create_bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88
conda_env="AppDir/usr"
99
echo -e "\nCreate the environment"
1010

11-
packages="freecad=*.pre occt vtk python=3.11 blas=*=openblas numpy \
11+
packages="freecad=1.0rc1 occt vtk python=3.11 blas=*=openblas numpy \
1212
matplotlib-base scipy sympy pandas six pyyaml pycollada lxml \
1313
xlutils olefile requests blinker opencv nine docutils \
1414
opencamlib calculix ifcopenshell lark appimage-updater-bridge"

conda/osx/create_bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conda_env="APP/FreeCAD.app/Contents/Resources"
55

66
mamba create -y --copy -c freecad/label/dev -c conda-forge -p ${conda_env} \
77
python=3.11 \
8-
freecad=*.pre \
8+
freecad=1.0rc1 \
99
blas=*=openblas \
1010
blinker \
1111
calculix \

conda/win/create_bundle.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir %copy_dir%
55

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

0 commit comments

Comments
 (0)