Skip to content

Commit

Permalink
Install setuptools in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Jan 22, 2025
1 parent adc44bd commit 3b1ef73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
with:
python-version: '3.12'
- name: Create package
run: python setup.py sdist
run: |
python -m pip install setuptools
python setup.py sdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 3b1ef73

Please sign in to comment.