Skip to content

Commit

Permalink
Update pypi.yaml
Browse files Browse the repository at this point in the history
Add missing -m call
  • Loading branch information
mgrover1 authored Nov 29, 2023
1 parent 3f602c2 commit 245253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build and test distribution
run: |
python setup.py sdist bdist_wheel
python twine check dist/*
python -m twine check dist/*
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.10
env:
Expand Down

0 comments on commit 245253d

Please sign in to comment.