Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas committed Mar 12, 2023
1 parent 2ddda2a commit 0d5da11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
matrix:
python-version:
- 2.7
- 3.6
- 3.7
- 3.8
- 3.9
- "3.10"
- 3.11

steps:
- uses: actions/checkout@v1
Expand All @@ -43,10 +44,10 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.11

- name: Install pypa/build
run: python -m pip install build --user
Expand Down

0 comments on commit 0d5da11

Please sign in to comment.