We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d68614 commit c5d9fdeCopy full SHA for c5d9fde
.github/workflows/release-pypi.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
make dist
39
ls dist/
40
- tar tvf dist/aros-node-*.tar.gz
+ tar tvf dist/aros_node-*.tar.gz
41
python3 -m twine upload --repository testpypi dist/*
42
43
- name: Build and publish to PyPI
@@ -48,5 +48,5 @@ jobs:
48
49
50
51
52
- python3 -m twine upload dist/*
+ python3 -m twine upload dist/*
0 commit comments