提交 775bdfe7 编写于 作者: HansBug's avatar HansBug 😆

test(hansbug): add dist upload

上级 4fbd9599
......@@ -154,4 +154,13 @@ jobs:
- name: Build packages
run: |
make package
ls -al dist
\ No newline at end of file
ls -al dist
- name: Get package version
run: |
make build
python -c 'from treevalue.config.meta import __VERSION__;print(__VERSION__)'
echo "PACKAGE_VERSION=$(python -c 'from treevalue.config.meta import __VERSION__;print(__VERSION__)')" >> $GITHUB_ENV
- uses: actions/upload-artifact@v2
with:
name: treevalue-v${{ env.PACKAGE_VERSION }}-${{ matrix.os }}-${{ matrix.python-version }}
path: dist
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册