Skip to content

Commit

Permalink
Trying a workaround for release issue
Browse files Browse the repository at this point in the history
setuptools < 66.0.0
  • Loading branch information
kthyng authored Jan 20, 2023
1 parent 222120d commit 789b113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v4
- name: Install dependencies
run: |
python -m pip install -U pip wheel setuptools setuptools-scm twine
python -m pip install -U pip wheel "setuptools<66.0.0" setuptools-scm twine
- name: Build distributions
run: python setup.py sdist bdist_wheel

Expand Down

0 comments on commit 789b113

Please sign in to comment.