Skip to content

Commit

Permalink
Fix hyphen in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ml31415 committed Sep 22, 2023
1 parent 2d62281 commit dbae25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: github.event_name == 'push'
run: |
python -m pip install --upgrade pip
python -m pip install dist/numpy_groupies*.tar.gz
python -m pip install dist/numpy-groupies*.tar.gz
- name: Publish package to TestPyPI
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit dbae25b

Please sign in to comment.