Skip to content

Commit

Permalink
Merge pull request #37 from zillow/fix-dependency-issue
Browse files Browse the repository at this point in the history
Fixing setuptools dependency in github action
  • Loading branch information
andyg-zg authored Aug 27, 2024
2 parents fa04aaf + 0b14220 commit 379b01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python setup.py sdist
- name: Publish distribution to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 379b01c

Please sign in to comment.