Skip to content

Commit

Permalink
Broken - attempt at not changing dirs during zip process
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Sep 12, 2024
1 parent 9d35e79 commit 8fbf299
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: brew install gettext
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
architecture: x64
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels - x86_64
uses: PyO3/maturin-action@v1
Expand Down
2 changes: 1 addition & 1 deletion 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 python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocraters-python"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Matt Burridge <[email protected]>"]
description = "Lightweight Python library for RO-Crate manipulation implemented in Rust"
Expand Down
Loading

0 comments on commit 8fbf299

Please sign in to comment.