Compare commits

...

2 Commits

Author SHA1 Message Date
Jedd Morgan ffd4da1ed9 fix(CI): Fix broken signing (#244)
* Poetry update

* Updated runner

* bump poetry again

* require export

* Fixed Digicerts broken sync certs
2025-04-23 11:35:23 +01:00
Jedd Morgan 26ba5c921b Poetry update (#243)
* Poetry update

* Updated runner

* bump poetry again

* require export
2025-04-22 18:26:01 +01:00
3 changed files with 763 additions and 659 deletions
+7 -7
View File
@@ -6,7 +6,7 @@ orbs:
jobs:
package-connector:
docker:
- image: cimg/python:3.11.0
- image: cimg/python:3.11.12
steps:
- checkout
- run:
@@ -30,7 +30,7 @@ jobs:
build-connector-zip:
docker:
- image: cimg/python:3.11.0
- image: cimg/python:3.11.12
steps:
- attach_workspace:
at: ./
@@ -44,10 +44,10 @@ jobs:
root: ./
paths:
- bpy_speckle.zip
get-ci-tools: # Clones our ci tools and persists them to the workspace
docker:
- image: cimg/base:2021.01
- image: cimg/base:2025.04
steps:
- add_ssh_keys:
fingerprints:
@@ -104,7 +104,7 @@ jobs:
- run:
name: Sync Certs
command: |
& $env:SSM\smksp_cert_sync.exe
& $env:SSM\smctl.exe windows certsync
- run:
name: Build Installer
command: speckle-sharp-ci-tools\InnoSetup\ISCC.exe speckle-sharp-ci-tools\blender.iss /Sbyparam=$p /DSIGN_INSTALLER /DCODE_SIGNING_CERT_FINGERPRINT=%SM_CODE_SIGNING_CERT_SHA1_HASH%
@@ -166,7 +166,7 @@ jobs:
build-installer-manual:
docker:
- image: cimg/base:2021.01
- image: cimg/base:2025.04
parameters:
slug:
type: string
@@ -228,7 +228,7 @@ workflows:
filters: &build_filters
tags:
only: /([0-9]+)\.([0-9]+)\.([0-9]+)(?:-\w+)?(?:\.[0-9]+)?/
- build-connector-zip:
requires:
- package-connector
Generated
+752 -651
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -4,11 +4,14 @@ version = "2.0.0"
description = "the Speckle 2.0 connector for Blender!"
authors = ["izzy lyseggen <izzy.lyseggen@gmail.com>", "Gergő Jedlicska <gergo@jedlicska.com>"]
license = "Apache-2.0"
package-mode = false
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
[tool.poetry.dependencies]
python = ">=3.9.0, <4.0.0"
specklepy = "^2.20.2"
attrs = "^23.1.0"
# [tool.poetry.group.local_specklepy.dependencies]
# specklepy = {path = "../specklepy", develop = true}