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 746542b commit fb7dff5
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 @@ -86,7 +86,7 @@ jobs:
- name: rename dist files
run: for file in dist/*.gz; do mv "$file" "${file//-/_}" ; done
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1
- name: sleep and wait for package to refresh
run: |
sleep 2m
Expand Down

0 comments on commit fb7dff5

Please sign in to comment.