Skip to content

Commit

Permalink
Merge pull request #71 from NREL/bnb32-patch-1
Browse files Browse the repository at this point in the history
Update publish_to_pypi.yml
  • Loading branch information
bnb32 authored Apr 26, 2024
2 parents 5e65b5b + b9436ab commit 701dc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools build
python -m build --sdist --wheel --outdir dist/ .
python -m build --wheel --outdir dist/ .
- name: Check distribution files
run: |
pip install twine
Expand Down

0 comments on commit 701dc84

Please sign in to comment.