diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3cc8a99..3d470a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: '3.10' + python-version: '3.11' - name: Install dependencies run: | @@ -73,4 +73,4 @@ jobs: TAG: ${{ github.ref_name }} run: | echo "tag is $TAG" - pkgmt release $TAG --production --yes \ No newline at end of file + pkgmt release $TAG --production --yes