Skip to content

Commit

Permalink
Merge pull request #36 from microsoft/chrono-update
Browse files Browse the repository at this point in the history
Build with New Deps
  • Loading branch information
daxpryce authored Aug 1, 2022
2 parents 0f1da70 + cffe014 commit 5c11704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
maturin-version: latest
command: build
target: x64
args: -m packages/pyo3/Cargo.toml --release -i ${{env.pythonLocation}}\python.exe --no-sdist
args: -m packages/pyo3/Cargo.toml --release -i ${{env.pythonLocation}}\python.exe

- uses: messense/maturin-action@v1
if: ${{ matrix.os == 'macos-latest' }}
name: Maturin Build for MacOS
with:
maturin-version: latest
command: build
args: -m packages/pyo3/Cargo.toml --release --universal2 --no-sdist
args: -m packages/pyo3/Cargo.toml --release --universal2

- uses: messense/maturin-action@v1
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion packages/pyo3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graspologic_native"
version = "1.1.1"
version = "1.1.2"
authors = ["daxpryce@microsoft.com"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 5c11704

Please sign in to comment.