We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fde1f commit 465ba78Copy full SHA for 465ba78
.github/workflows/publish.yml
@@ -144,6 +144,6 @@ jobs:
144
name: python-package-distributions
145
path: dist/
146
- name: Ensure exactly one sdist and one wheel have been downloaded
147
- run: test $(ls *.tar.gz | wc -l) = 1 && test $(ls *.whl | wc -l) = 1
+ run: test $(ls dist/*.tar.gz | wc -l) = 1 && test $(ls dist/*.whl | wc -l) = 1
148
- name: Publish distribution to PyPI
149
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments