Skip to content

Commit

Permalink
OM publish fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ginty committed Aug 5, 2024
1 parent 9ccb5aa commit 4136a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
working-directory: python/origen_metal
run: |
echo "[build-system]" >> pyproject.toml
echo "requires = [\"maturin\>=1.0,<2.0"]" >> pyproject.toml
echo "requires = [\"maturin\>=1.0,<2.0\"]" >> pyproject.toml
echo "build-backend = \"maturin\"" >> pyproject.toml
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 4136a25

Please sign in to comment.