Skip to content

Commit

Permalink
Change version for official release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 20, 2024
1 parent acdecb4 commit f8c0769
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/ik_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,15 @@ jobs:
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-latest
target: armv7
- runner: ubuntu-latest
target: s390x
- runner: ubuntu-latest
target: ppc64le
# - runner: ubuntu-latest
# target: aarch64
# - runner: ubuntu-latest
# target: armv7
# - runner: ubuntu-latest
# target: s390x
# - runner: ubuntu-latest
# target: ppc64le
steps:
# workaround for broken clang on ubuntu runner until https://github.com/actions/runner-images/issues/8659 get fixed
- uses: mjp41/workaround8649@7929373c0fe5caf844d8115adccef39e3b5362e7
with:
os: ${{ matrix.platform.runner }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion ik_python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ik_python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ik_geo"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit f8c0769

Please sign in to comment.