Skip to content

Commit b096d56

Browse files
authored
Fix usage of "twine check"
1 parent 6c73ba1 commit b096d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build the package
2424
run: |
2525
python -m build
26-
twine check
26+
python -m twine check dist/*
2727
- name: Publish a Python distribution to PyPI
2828
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:

0 commit comments

Comments
 (0)