Skip to content

Commit

Permalink
fix sdist CI; install python during workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 26, 2024
1 parent e8ccc7d commit 1b9d8ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip

- name: Build sdist
run: pipx run build --sdist

Expand Down

0 comments on commit 1b9d8ab

Please sign in to comment.