Skip to content

Commit

Permalink
always use the latest stable version when releasing (#106)
Browse files Browse the repository at this point in the history
* rename step

* automatically update python whenever necessary
  • Loading branch information
keewis authored Nov 25, 2024
1 parent f418d75 commit 85c5361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python 3.9
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.x"
- name: Install publish dependencies
run: python -m pip install build
- name: Build package
Expand Down

0 comments on commit 85c5361

Please sign in to comment.