update ci

This commit is contained in:
felinae98 2021-12-06 16:41:17 +08:00
parent 2ce1263c41
commit be69bad0bb
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -116,7 +116,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: .src/plugins/nonebot_bison/admin_page/dist/
at: .
- run: poetry build
- store_artifacts:
path: "dist"
@ -130,7 +130,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: ./dist
at: .
- run:
command: poetry publish -u $PYPI_USERNAME -p $PYPI_PASSWORD
name: Publish to Pypi
@ -140,7 +140,7 @@ jobs:
- image: circleci/golang:1.17
steps:
- attach_workspace:
at: ./dist
at: .
- run:
name: Publish to Github Release
command: |