Skip to content

Commit

Permalink
Merge pull request #27 from openradar/add-missing-m
Browse files Browse the repository at this point in the history
Update pypi.yaml
  • Loading branch information
mgrover1 authored Nov 29, 2023
2 parents 3f602c2 + 245253d commit 9f91d5a
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/[email protected]
env:
Expand Down

0 comments on commit 9f91d5a

Please sign in to comment.