Skip to content

Commit

Permalink
Fix dist (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeMan authored Oct 16, 2024
1 parent 8c744e7 commit 5f39e6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythondist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
python-version: '3.x'

- name: Install setuptools
run: |
pip install setuptools
- name: Build package
run: |
python setup.py sdist
Expand Down

0 comments on commit 5f39e6d

Please sign in to comment.