Skip to content

Commit 0ce3371

Browse files
committed
update poetry and banners
Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
1 parent ec5a48c commit 0ce3371

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
env:
1212
REGISTRY_NAME: ${{ vars.REGISTRY_NAME }}
1313
REGISTRY_URI: ${{ vars.REGISTRY_URI }}
14+
POETRY_VERSION: 2.2.1
1415

1516
jobs:
1617
build:
@@ -30,7 +31,7 @@ jobs:
3031
python-version: ${{ matrix.python-version }}
3132
- name: Install poetry
3233
run: |
33-
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.4.2 python3 -
34+
curl -sSL https://install.python-poetry.org | POETRY_VERSION=$POETRY_VERSION python3 -
3435
- name: Install dependencies
3536
run: |
3637
poetry install
@@ -61,7 +62,7 @@ jobs:
6162
python-version: 3.13
6263
- name: Install poetry
6364
run: |
64-
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.4.2 python3 -
65+
curl -sSL https://install.python-poetry.org | POETRY_VERSION=$POETRY_VERSION python3 -
6566
- name: Update version in pyproject.toml
6667
run: |
6768
echo $GITHUB_REF_NAME | sed 's/^v//' | xargs poetry version

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# nrfcredstore
22

3+
4+
[![PyPI version](https://img.shields.io/pypi/v/nrfcredstore)](https://pypi.org/project/nrfcredstore/)
5+
![License](https://img.shields.io/pypi/l/nrfcredstore)
6+
![Python versions](https://img.shields.io/pypi/pyversions/nrfcredstore)
7+
38
nrfcredstore is a command line tool that simplifies managing credentials stored in Nordic Semiconductor modems, like the [nRF9151](https://www.nordicsemi.com/Products/nRF9151). The typical use case of nrfcredstore is to automate the provisioning of cloud certificates that are stored securely in the modem.
49

510
## Install

0 commit comments

Comments
 (0)