mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-08 04:43:00 +08:00
update ci
This commit is contained in:
parent
2ce1263c41
commit
be69bad0bb
@ -116,7 +116,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .src/plugins/nonebot_bison/admin_page/dist/
|
at: .
|
||||||
- run: poetry build
|
- run: poetry build
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: "dist"
|
path: "dist"
|
||||||
@ -130,7 +130,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ./dist
|
at: .
|
||||||
- run:
|
- run:
|
||||||
command: poetry publish -u $PYPI_USERNAME -p $PYPI_PASSWORD
|
command: poetry publish -u $PYPI_USERNAME -p $PYPI_PASSWORD
|
||||||
name: Publish to Pypi
|
name: Publish to Pypi
|
||||||
@ -140,7 +140,7 @@ jobs:
|
|||||||
- image: circleci/golang:1.17
|
- image: circleci/golang:1.17
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ./dist
|
at: .
|
||||||
- run:
|
- run:
|
||||||
name: Publish to Github Release
|
name: Publish to Github Release
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user