Skip to content

Commit

Permalink
Resurrect installation of setuptools(_scm)
Browse files Browse the repository at this point in the history
see: d7b35fc
  • Loading branch information
joshmoore committed Jul 15, 2024
1 parent 4574e13 commit 5f9e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade wheel
python -m pip install --upgrade wheel setuptools setuptools_scm
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit 5f9e201

Please sign in to comment.