Skip to content

Commit

Permalink
Explicitly set Python v3.11 for source distribution build
Browse files Browse the repository at this point in the history
  • Loading branch information
gremid committed Sep 27, 2024
1 parent f9de29e commit ae97703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Build sdist
run: pipx run build --sdist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ae97703

Please sign in to comment.