Skip to content

Commit

Permalink
fix: update .ci/blue-krill.yml (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux authored Oct 11, 2024
1 parent d4744cf commit bd13aaf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .ci/blue-krill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: v2.0

name: "Publish blue-krill to pypi"
on:
tag: [ "blue_krill-*" ]
tag: ["blue-krill-*"]

stages:
- 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"
- 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 comments on commit bd13aaf

Please sign in to comment.