Skip to content

Commit

Permalink
test pypi success
Browse files Browse the repository at this point in the history
  • Loading branch information
novasush committed Oct 1, 2021
1 parent b12b40b commit f512bf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
.
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down
2 changes: 1 addition & 1 deletion nsvision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# flake8: noqa:F401
from .image_utils import *

__version__ = "0.2.0.1"
__version__ = "0.2.0.2"

0 comments on commit f512bf2

Please sign in to comment.