Skip to content

Commit

Permalink
Update publish_to_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 authored Jul 5, 2024
1 parent 16dfbd0 commit a55cc71
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 a55cc71

Please sign in to comment.