Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Change deployments to use Python 3.
  • Loading branch information
kevinconway authored Jun 14, 2024
1 parent c1dc019 commit b1b2d53
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 @@ -79,10 +79,10 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 2.7
python-version: 3.8
- name: Install pypa/build
run: python -m pip install build
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit b1b2d53

Please sign in to comment.