We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72bdf46 + fab950e commit 026c0e4Copy full SHA for 026c0e4
1 file changed
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python -m pip install --upgrade build twine
23
python -m build
24
- twine check --strict dist/*
+ twine check dist/*
25
- name: Publish distribution to PyPI
26
uses: pypa/gh-action-pypi-publish@master
27
with:
0 commit comments