Skip to content

Commit

Permalink
Add versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed May 4, 2023
1 parent 0268343 commit 3986816
Show file tree
Hide file tree
Showing 8 changed files with 2,893 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
napari_nyxus/_version.py export-subst
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_REPOSITORY: testpypi
TWINE_REPOSITORY: pypi
run:
python -m twine upload dist/*.whl
4 changes: 4 additions & 0 deletions napari_nyxus/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from . import _version
__version__ = _version.get_versions()['version']
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 3986816

Please sign in to comment.