We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af07013 commit 071af8fCopy full SHA for 071af8f
1 file changed
.github/workflows/pythonpublish.yml
@@ -49,8 +49,10 @@ jobs:
49
pip install twine
50
- name: Download wheels
51
uses: actions/download-artifact@v2
52
+ - name: Display structure of downloaded files
53
+ run: ls -R
54
- name: Publish wheels
55
env:
56
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
57
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
- run: twine upload wheelhouse/*.whl
58
+ run: twine upload artifact/*.whl
0 commit comments