Skip to content

Commit 221240e

Browse files
authored
Fix case sensitivity in artifact path for PyNaCl (#927)
1 parent 4d5ea28 commit 221240e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/upload-artifact@v6
3737
with:
3838
name: pynacl-sdist
39-
path: dist/PyNaCl*
39+
path: dist/pynacl*
4040

4141
manylinux:
4242
runs-on: ${{ matrix.MANYLINUX.RUNNER }}

0 commit comments

Comments
 (0)