Skip to content

Commit

Permalink
Install setuptools for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Jul 11, 2024
1 parent a3cef07 commit cef0009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
python-version: 3.x
architecture: x64
- name: Install setuptools
run: pip install setuptools
- name: Build a source distribution
run: python setup.py sdist
- name: Publish to prod PyPI
Expand Down

0 comments on commit cef0009

Please sign in to comment.