Skip to content

Commit

Permalink
Use python 3.10 for deploy to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jun 7, 2022
1 parent 15be977 commit 1179fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-publish.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.10

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

0 comments on commit 1179fe0

Please sign in to comment.