Skip to content

Commit 4d5ea28

Browse files
authored
Publish artifacts matching pynacl case insensitively (#926)
1 parent ecf41f5 commit 4d5ea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run_id: ${{ github.event.inputs.run_id || github.event.workflow_run.id }}
4747
- run: mkdir dist/
4848
- run: |
49-
find tmpdist/ -type f -name 'PyNaCl*' -exec mv {} dist/ \;
49+
find tmpdist/ -type f -iname 'PyNaCl*' -exec mv {} dist/ \;
5050
5151
- name: Publish package distributions to PyPI
5252
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

0 commit comments

Comments
 (0)