Skip to content

Commit

Permalink
- prepare 0.0.3 version
Browse files Browse the repository at this point in the history
- enable publishing to PyPI
  • Loading branch information
r-brown committed Jun 14, 2020
1 parent 0322f6c commit dbfce3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/netlicensing-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
# disabled until first public version
# twine upload dist/*
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# https://packaging.python.org/guides/distributing-packages-using-setuptools/#setup-args
setup(name='netlicensing-python-client',
version='0.0.1',
version='0.0.3',
description='Python wrapper for Labs64 NetLicensing RESTful API',
long_description=open('README.md').read().strip(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit dbfce3e

Please sign in to comment.