We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe18bb commit 4a87b11Copy full SHA for 4a87b11
.github/workflows/python-package.yml
@@ -126,5 +126,6 @@ jobs:
126
id-token: write
127
steps:
128
- uses: actions/download-artifact@v3
129
+ - run: ls -R
130
- run: mv dist.zip/dist ./
131
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments