Skip to content

Commit

Permalink
Using Py3.13 for build/publish to PyPI GHA (#1270)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Feb 10, 2025
1 parent fce8adb commit b3b52cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup python 3.10
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'
- name: Install pypa/build
run: python -m pip install build --user
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit b3b52cc

Please sign in to comment.