Skip to content

Commit

Permalink
ci(pypi): explicitly set up python
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Mar 10, 2024
1 parent 55fde88 commit 1698f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Build sources
run: pipx run build -n -s
- name: Upload sources
Expand Down

0 comments on commit 1698f7a

Please sign in to comment.