We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf41f5 commit 4d5ea28Copy full SHA for 4d5ea28
.github/workflows/pypi-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
run_id: ${{ github.event.inputs.run_id || github.event.workflow_run.id }}
47
- run: mkdir dist/
48
- run: |
49
- find tmpdist/ -type f -name 'PyNaCl*' -exec mv {} dist/ \;
+ find tmpdist/ -type f -iname 'PyNaCl*' -exec mv {} dist/ \;
50
51
- name: Publish package distributions to PyPI
52
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments