Skip to content

Conversation

@chicogong
Copy link
Owner

Summary

Fix Windows release upload step failing due to PowerShell/bash syntax mismatch.

Root Cause

GitHub Actions Windows runners use PowerShell by default. The WHEEL_FILE=$(ls dist/*.whl | head -1) syntax is bash-specific and fails in PowerShell.

Fix

Add shell: bash to the upload steps to ensure bash syntax works on Windows.

Windows runners use PowerShell by default, which doesn't understand
bash syntax like $(command). Adding 'shell: bash' ensures the upload
steps work on all platforms.
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@chicogong chicogong merged commit 2ad95a0 into master Dec 29, 2025
10 of 12 checks passed
@chicogong chicogong deleted the fix/release-workflow-shell branch December 29, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants