Skip to content

Commit

Permalink
Use Python 3.12 to publish the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Jun 7, 2024
1 parent d2c3011 commit 30a17d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- name: Deploy Package
run: |
python -m pip install --upgrade build twine
Expand Down

0 comments on commit 30a17d3

Please sign in to comment.