Skip to content

Commit bd13aaf

Browse files
authored
fix: update .ci/blue-krill.yml (TencentBlueKing#186)
1 parent d4744cf commit bd13aaf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.ci/blue-krill.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ version: v2.0
22

33
name: "Publish blue-krill to pypi"
44
on:
5-
tag: [ "blue_krill-*" ]
5+
tag: ["blue-krill-*"]
66

77
stages:
8-
- template: poetry-build-and-publish.yaml
9-
parameters:
10-
username: "${{ settings.PYPI.username }}"
11-
password: "${{ settings.PYPI.password }}"
12-
project: "sdks/blue-krill"
13-
repository-url: "https://upload.pypi.org/legacy/"
14-
runner-image: "435495971/bkci:ubuntu-python3.9"
8+
- template: poetry-build-and-publish.yaml
9+
parameters:
10+
username: "${{ settings.PYPI.username }}"
11+
password: "${{ settings.PYPI.password }}"
12+
project: "sdks/blue-krill"
13+
repository-url: "https://upload.pypi.org/legacy/"
14+
runner-image: "435495971/bkci:ubuntu-python3.9"

0 commit comments

Comments
 (0)