File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 files : platforms/python/qsharp-bridge/dist/*.whl
7070
7171 build-swift-package :
72- runs-on : macos-15
72+ runs-on : macos-26
7373 steps :
7474 - name : Checkout code
7575 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
5- <Version >0.1 .0</Version >
5+ <Version >0.2 .0</Version >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 1414CARGO_MANIFEST_PATH = os .path .abspath (os .path .join (HERE , "../../../Cargo.toml" ))
1515CARGO_TARGET_DIR = os .path .abspath (os .path .join (HERE , "../../../target/release" ))
1616BINDINGS_SRC = os .path .abspath (os .path .join (HERE , "../../../bindings/qsharp_bridge.py" ))
17- VERSION = os .environ .get ("PACKAGE_VERSION" , "0.1 .0" )
17+ VERSION = os .environ .get ("PACKAGE_VERSION" , "0.2 .0" )
1818
1919def get_lib_filename ():
2020 """
You can’t perform that action at this time.
0 commit comments