提交 a423cae9 编写于 作者: W wjmcat

update workflow

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