Skip to content

Commit

Permalink
change name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
omryMen committed Dec 4, 2024
1 parent b0f6b3b commit 7b271c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: rename dist files
run: |
for file in dist/*.gz; do mv $file $(echo $file | sed 's/-/_/g') ; done
for file in dist/*.gz; do mv "$file" "$(echo $file | sed 's/-/_/g')" ; done
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
- name: sleep and wait for package to refresh
Expand Down

0 comments on commit 7b271c2

Please sign in to comment.