Skip to content

Commit

Permalink
Use py 3.11 to push to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 29, 2024
1 parent 313e6f2 commit 4cd299b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: '3.11'
- name: Create a source distribution
run: python setup.py sdist
- name: Publish package to PyPI
Expand Down

0 comments on commit 4cd299b

Please sign in to comment.