Skip to content

Commit

Permalink
Fixing setuptools dependency in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
v-abhijeets committed Aug 27, 2024
1 parent fa04aaf commit 0b14220
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 0b14220

Please sign in to comment.