We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04bdd9a + ffb03b9 commit 9d8e044Copy full SHA for 9d8e044
.github/workflows/build_wheels.yml
@@ -99,7 +99,7 @@ jobs:
99
asset_name: python_bls-${{ needs.create_release.outputs.pkg_v }}-cp310-cp310-${{ matrix.envs[2] }}.whl
100
asset_content_type: application/zip
101
- name: Upload Release Asset sdist
102
- if: ${{ matrix.envs[0] == 'manylinux2010_x86_64' }}
+ if: ${{ matrix.envs[0] == 'manylinux2014_x86_64' }}
103
uses: actions/upload-release-asset@v1
104
env:
105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments