Skip to content

Commit c292eee

Browse files
committed
Fix one more hyphen
1 parent dbae25b commit c292eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
python -m twine check --strict dist/*
3535
pwd
36-
if [ -f dist/numpy_groupies-0.0.0.tar.gz ]; then
36+
if [ -f dist/numpy-groupies-0.0.0.tar.gz ]; then
3737
echo "❌ INVALID VERSION NUMBER"
3838
exit 1
3939
else

0 commit comments

Comments
 (0)