diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2a8ae3..cc6d6be 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: publish-to-pypi: name: >- Publish Python distribution to PyPI - if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes + #if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: - build runs-on: ubuntu-latest diff --git a/setup.cfg b/setup.cfg index 25c16e4..9cbc0c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [project] -name = "spectre" +name = "spectre-cnv" version = "0.2.0" author = Philippe Sanio author_email = philippe.sanio@gmail.com diff --git a/setup.py b/setup.py index 6cf929d..f0ec48c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name='spectre', + name='spectre-cnv', version='0.2.0', packages=find_packages(), url='https://github.com/fritzsedlazeck/Spectre',