提交 a423cae9 编写于 作者: W wjmcat

update workflow

上级 cbfe4ab7
......@@ -21,12 +21,14 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: make install
run: |
make install
test:
runs-on: ubuntu-latest
steps:
- run: make test
- run: |
make test
deploy:
runs-on: ubuntu-latest
......@@ -35,6 +37,4 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
make dist
make publish
run: make dist & make publish
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册