Skip to content

Commit 701dc84

Browse files
authored
Merge pull request #71 from NREL/bnb32-patch-1
Update publish_to_pypi.yml
2 parents 5e65b5b + b9436ab commit 701dc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install setuptools build
28-
python -m build --sdist --wheel --outdir dist/ .
28+
python -m build --wheel --outdir dist/ .
2929
- name: Check distribution files
3030
run: |
3131
pip install twine

0 commit comments

Comments
 (0)