Skip to content

Commit

Permalink
entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
t-young31 committed Aug 28, 2023
1 parent 68ea38b commit a92d20f
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 @@ -41,7 +41,7 @@ jobs:
docker run --rm -v $(pwd):/io \
-e MATURIN_PYPI_TOKEN="${{ secrets.OPT_RS_API_UPLOAD_TOKEN }}" \
-e DIR="api" \
--entrypoint bash -c "$command" ghcr.io/pyo3/maturin
--entrypoint ./publish.sh ghcr.io/pyo3/maturin
#mac:
# runs-on: "macos-latest"
Expand Down

0 comments on commit a92d20f

Please sign in to comment.