We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c73ba1 commit b096d56Copy full SHA for b096d56
1 file changed
.github/workflows/publish_to_pypi.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build the package
24
run: |
25
python -m build
26
- twine check
+ python -m twine check dist/*
27
- name: Publish a Python distribution to PyPI
28
uses: pypa/gh-action-pypi-publish@release/v1
29
with:
0 commit comments