Skip to content

Commit

Permalink
upload sdist release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
zebra-lucky committed Dec 25, 2020
1 parent 4f9b50a commit f1adb3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ jobs:
asset_path: dist/python_bls-${{ needs.create_release.outputs.pkg_v }}-cp38-cp38-${{ matrix.envs[0] }}.whl
asset_name: python_bls-${{ needs.create_release.outputs.pkg_v }}-cp38-cp38-${{ matrix.envs[0] }}.whl
asset_content_type: application/zip
- name: Upload Release Asset sdist
if: ${{ matrix.envs[0] == 'manylinux2010_x86_64' }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: dist/python-bls-${{ needs.create_release.outputs.pkg_v }}.tar.gz
asset_name: python-bls-${{ needs.create_release.outputs.pkg_v }}.tar.gz
asset_content_type: application/zip

build_osx_36:
needs: create_release
Expand Down

0 comments on commit f1adb3d

Please sign in to comment.