diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 3f290fb..f46d9f9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -19,9 +19,9 @@ jobs: steps: - uses: actions/checkout@master - name: Setup Python 3.10 - uses: actions/setup-python@v1 + uses: actions/setup-python@v3 with: - python-version: 3.10 + python-version: "3.10" - name: Install pypa/build run: >- python -m diff --git a/pyproject.toml b/pyproject.toml index 4cd3ab5..4294e64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sd-jwt" -version = "0.10.0" +version = "0.10.3" description = "The reference implementation of the IETF SD-JWT specification." authors = ["Daniel Fett "] readme = "README.md"