Skip to content

Commit

Permalink
minor typo in release.yml
Browse files Browse the repository at this point in the history
- aros-node --> aros_node
  • Loading branch information
MMathisLab authored Nov 2, 2024
1 parent 1d68614 commit c5d9fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
make dist
ls dist/
tar tvf dist/aros-node-*.tar.gz
tar tvf dist/aros_node-*.tar.gz
python3 -m twine upload --repository testpypi dist/*
- name: Build and publish to PyPI
Expand All @@ -48,5 +48,5 @@ jobs:
run: |
make dist
ls dist/
tar tvf dist/aros-node-*.tar.gz
python3 -m twine upload dist/*
tar tvf dist/aros_node-*.tar.gz
python3 -m twine upload dist/*

0 comments on commit c5d9fde

Please sign in to comment.