test loacl sdist build on github actions

This commit is contained in:
Taku Kudo 2023-04-12 02:17:27 +00:00
parent 8fd5c6b587
commit 609a2b7d88

View File

@ -73,7 +73,7 @@ jobs:
- name: Build wheel from sdist
working-directory: ${{github.workspace}}/python
run: python -m pip wheel/sentencepiece-*.tar.gz --verbose
run: python -m pip wheel dist/sentencepiece-*.tar.gz --verbose
- name: Upload artifact
uses: actions/upload-artifact@v3