File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : ci
22on : [push]
3+ env :
4+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
35jobs :
46 compile :
57 runs-on : ubuntu-latest
1517 curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
1618 - name : Download WASM binary
1719 run : ./scripts/download-wasm.sh
18- env :
19- GH_TOKEN : ${{ github.token }}
2020 - name : Install dependencies
2121 run : poetry install --extras datastream
2222 - name : Compile
3535 curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
3636 - name : Download WASM binary
3737 run : ./scripts/download-wasm.sh
38- env :
39- GH_TOKEN : ${{ github.token }}
4038 - name : Install dependencies
4139 run : poetry install --extras datastream
4240
5755 curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
5856 - name : Download WASM binary
5957 run : ./scripts/download-wasm.sh
60- env :
61- GH_TOKEN : ${{ github.token }}
6258 - name : Build package
6359 run : poetry build
6460 - name : Verify WASM in wheel
8783 curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
8884 - name : Download WASM binary
8985 run : ./scripts/download-wasm.sh
90- env :
91- GH_TOKEN : ${{ github.token }}
9286 - name : Install dependencies
9387 run : poetry install
9488 - name : Publish to pypi
You can’t perform that action at this time.
0 commit comments