Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
statmlben committed Feb 6, 2024
1 parent 9c41067 commit 6c47ebd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
# Used to host poetry
- uses: actions/setup-python@v3

- name: Install dependencies
run: poetry install

- name: Build sdist package
run: python setup.py sdist

Expand Down

0 comments on commit 6c47ebd

Please sign in to comment.