Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Oops missed part of the statement
  • Loading branch information
kthyng authored Jan 22, 2024
1 parent 3aff1ba commit 42dbdd9
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 @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install -U pip wheel
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 42dbdd9

Please sign in to comment.