Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: |
pip install build
python -m build --sdist
cd dist
for file in *.tar.gz; do
mv "$file" "${file/fast-/fast_}"
done

- uses: pypa/gh-action-pypi-publish@release/v1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![PyPi version](https://badge.fury.io/py/fast-plscan.svg)](https://badge.fury.io/py/plscan)
[![PyPi version](https://badge.fury.io/py/fast-plscan.svg)](https://badge.fury.io/py/fast-plscan)
![Conda version](https://anaconda.org/conda-forge/fast-plscan/badges/version.svg)
[![Repository DOI](https://zenodo.org/badge/xxx.svg)](https://zenodo.org/doi/xxx/zenodo.yyy)

Expand Down
Loading