Skip to content

Commit

Permalink
Merge pull request #566 from dora-rs/v0.3.5
Browse files Browse the repository at this point in the history
V0.3.5
  • Loading branch information
haixuanTao authored Jul 3, 2024
2 parents 5c28691 + 85c7b03 commit 110ce99
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 64 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
release:
types:
- "published"
workflow_dispatch:

permissions:
contents: write
Expand All @@ -38,6 +39,14 @@ jobs:
sccache: "true"
manylinux: auto
working-directory: apis/python/node
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --zig
sccache: "true"
working-directory: apis/python/node
manylinux: musllinux_1_2
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
release:
types:
- "published"
workflow_dispatch:

jobs:
cargo-release:
Expand All @@ -22,6 +23,22 @@ jobs:
- uses: actions/checkout@v3

- uses: r7kamura/[email protected]
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
if: runner.os == 'Linux'
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true

- name: "Publish packages on `crates.io`"
if: runner.os == 'Linux'
Expand Down
70 changes: 35 additions & 35 deletions Cargo.lock

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

Loading

0 comments on commit 110ce99

Please sign in to comment.