Skip to content

Commit

Permalink
update working directory for publish so pyproject.toml is found
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Dec 16, 2024
1 parent fe81250 commit 9e3dd8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,5 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
args: --non-interactive --skip-existing ../wheels-*/*
working-directory: "/python-pyo3"

0 comments on commit 9e3dd8b

Please sign in to comment.