From 45931c8b64c173caf5f49dec20439ae91925dc1f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 16 Dec 2023 09:17:10 -1000 Subject: [PATCH] chore: update ci workflow (#11) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2505fc7..fbbbcad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest runs-on: ${{ matrix.os }} @@ -79,7 +80,7 @@ jobs: # - Create GitHub release # - Publish to PyPI - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.32.2 + uses: python-semantic-release/python-semantic-release@v7.34.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}