test loacl sdist build on github actions

This commit is contained in:
Taku Kudo 2023-04-12 01:43:39 +00:00
parent e07ebf74d7
commit 8fd5c6b587

View File

@ -71,6 +71,10 @@ jobs:
sh build_sdist.sh
cp -f dist/*.tar.gz wheelhouse/
- name: Build wheel from sdist
working-directory: ${{github.workspace}}/python
run: python -m pip wheel/sentencepiece-*.tar.gz --verbose
- name: Upload artifact
uses: actions/upload-artifact@v3
with: