Skip to content

Commit 9d8e044

Browse files
authored
Merge pull request #3 from zebra-lucky/testing
fix upload of sdist build
2 parents 04bdd9a + ffb03b9 commit 9d8e044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
asset_name: python_bls-${{ needs.create_release.outputs.pkg_v }}-cp310-cp310-${{ matrix.envs[2] }}.whl
100100
asset_content_type: application/zip
101101
- name: Upload Release Asset sdist
102-
if: ${{ matrix.envs[0] == 'manylinux2010_x86_64' }}
102+
if: ${{ matrix.envs[0] == 'manylinux2014_x86_64' }}
103103
uses: actions/upload-release-asset@v1
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)