Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Mar 22, 2024
1 parent 89cf22e commit 0ea4dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.python-version == 3.11

- name: Upload distribution package
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v2
with:
name: dist-package-${{ matrix.python-version }}
path: dist
Expand Down

0 comments on commit 0ea4dc9

Please sign in to comment.