Skip to content

Commit

Permalink
add directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 2, 2024
1 parent 725e031 commit 8413f00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
name: Build distribution 📦
runs-on: ubuntu-latest
# if: startsWith(github.ref, 'refs/tags/v')

defaults:
run:
working-directory: ./python-bindings
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -29,8 +31,6 @@ jobs:
rustc --version
cargo --version
- run: cd python-bindings

- name: Build release
run: |
cargo build --release
Expand Down

0 comments on commit 8413f00

Please sign in to comment.