Skip to content

Commit

Permalink
use python3.12 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-thompson committed Aug 16, 2024
1 parent a9f0976 commit c4c4966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@main
- name: Install Python 3.11
- name: Install Python 3.12
uses: actions/setup-python@v3
with:
python-version: '3.11'
python-version: '3.12'
- name: Install build tool
run: >-
pip install build
- name: Build package
run: >-
python3 -m build
python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c4c4966

Please sign in to comment.