Skip to content

Commit dbae25b

Browse files
committed
Fix hyphen in CI
1 parent 2d62281 commit dbae25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: github.event_name == 'push'
6565
run: |
6666
python -m pip install --upgrade pip
67-
python -m pip install dist/numpy_groupies*.tar.gz
67+
python -m pip install dist/numpy-groupies*.tar.gz
6868
- name: Publish package to TestPyPI
6969
if: github.event_name == 'push'
7070
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)