Skip to content

Commit

Permalink
ci: try formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Jan 27, 2025
1 parent e99441a commit ab68f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
key: wasi-sdk-25.0.0

- run: cargo run -- install-build-tools
- run: cargo run -- build ${{ inputs.project }} ${{ inputs.version }} ${{ inputs.python_3_12 && '--python-versions py3-12' || '' }} ${{ inputs.python_3_13 && '--python-versions py3-13' || '' }} ${{ inputs.publish && '--publish' || '' }} ${{ inputs.publish && '--repo ${{ github.repository }}' || '' }} ${{ inputs.publish && '--run-id ${{ github.run_id }}' || '' }}
- run: cargo run -- build ${{ inputs.project }} ${{ inputs.version }} ${{ inputs.python_3_12 && '--python-versions py3-12' || '' }} ${{ inputs.python_3_13 && '--python-versions py3-13' || '' }} ${{ inputs.publish && '--publish' format('--publish --repo {0} --run-id {1}', ${{ github.repository }}, ${{ github.run_id }}) || '' }}
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit ab68f35

Please sign in to comment.