Skip to content

Commit

Permalink
Merge pull request #247 from xopt-org/fix_pypi
Browse files Browse the repository at this point in the history
Fix PyPI update to Python 3.9
  • Loading branch information
roussel-ryan authored Sep 17, 2024
2 parents c8adf98 + 8d2295b commit 586c651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 586c651

Please sign in to comment.