Skip to content

Commit

Permalink
Update publish_python.yml for python 11
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Sep 22, 2023
1 parent eeaae3f commit 39a5a5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
PYBIN: "/opt/python/${{ matrix.python }}/bin"
strategy:
matrix:
python: # Update this list whenever the docker image is updated (check /opt/python/)
python:
- cp38-cp38
- cp39-cp39
- cp310-cp310
- cp311-cp311
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -84,6 +86,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -117,6 +120,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit 39a5a5c

Please sign in to comment.