Skip to content

Commit

Permalink
rename and set py version
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Mar 30, 2024
1 parent c2c2f98 commit 9d2fdbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run isort
uses: isort/isort-action@master

test-matrix:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
needs: lint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
tags:
- '*' # all tags
- "*" # all tags

jobs:
publish-to-pypi:
Expand All @@ -19,6 +19,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Install pypa/build
run: >-
Expand Down

0 comments on commit 9d2fdbc

Please sign in to comment.