Skip to content

Commit

Permalink
use setup-python in our pypi-publish action to get 3.11 as default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Aug 2, 2023
1 parent 6d3a6c8 commit 366c977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
permissions:
id-token: "write"
steps:
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: "3.11"
- name: Get publish-requirements.txt from repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
Expand Down

0 comments on commit 366c977

Please sign in to comment.