Skip to content

Commit

Permalink
Update: PyPi naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Sanio committed Mar 18, 2024
1 parent dfa586d commit 17b65b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "spectre"
name = "spectre-cnv"
version = "0.2.0"
author = Philippe Sanio
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 17b65b7

Please sign in to comment.