We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4744cf commit bd13aafCopy full SHA for bd13aaf
1 file changed
.ci/blue-krill.yml
@@ -2,13 +2,13 @@ version: v2.0
2
3
name: "Publish blue-krill to pypi"
4
on:
5
- tag: [ "blue_krill-*" ]
+ tag: ["blue-krill-*"]
6
7
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"
+ - template: poetry-build-and-publish.yaml
+ parameters:
+ username: "${{ settings.PYPI.username }}"
+ password: "${{ settings.PYPI.password }}"
+ project: "sdks/blue-krill"
+ repository-url: "https://upload.pypi.org/legacy/"
+ runner-image: "435495971/bkci:ubuntu-python3.9"
0 commit comments