We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbae25b commit c292eeeCopy full SHA for c292eee
.github/workflows/pypi-release.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
python -m twine check --strict dist/*
35
pwd
36
- if [ -f dist/numpy_groupies-0.0.0.tar.gz ]; then
+ if [ -f dist/numpy-groupies-0.0.0.tar.gz ]; then
37
echo "❌ INVALID VERSION NUMBER"
38
exit 1
39
else
0 commit comments