diff --git a/.github/workflows/release_wheel.yml b/.github/workflows/release_wheel.yml index bdea974a..56fa6312 100644 --- a/.github/workflows/release_wheel.yml +++ b/.github/workflows/release_wheel.yml @@ -73,25 +73,25 @@ jobs: with: tag_name: ${{ inputs.tag_name }} files: | - python/dist/flashinfer.*cp38.*.whl + python/dist/flashinfer*cp38*.whl - uses: softprops/action-gh-release@v1 with: tag_name: ${{ inputs.tag_name }} files: | - python/dist/flashinfer.*cp39.*.whl + python/dist/flashinfer*cp39*.whl - uses: softprops/action-gh-release@v1 with: tag_name: ${{ inputs.tag_name }} files: | - python/dist/flashinfer.*cp310.*.whl + python/dist/flashinfer*cp310*.whl - uses: softprops/action-gh-release@v1 with: tag_name: ${{ inputs.tag_name }} files: | - python/dist/flashinfer.*cp311.*.whl + python/dist/flashinfer*cp311*.whl - uses: softprops/action-gh-release@v1 with: