Skip to content

Commit

Permalink
fix: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
temiloluwa-babalola committed Nov 29, 2022
1 parent 5815a7d commit 79415fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,4 @@ jobs:
with:
github_token: ${{ secrets.GH_TOKEN }}
repository_username: __token__
- name: Build distribution
run: python setup.py bdist_wheel
- name: Publish package
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
repository_password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "0.0.0"
__version__ = "0.2.1"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 79415fc

Please sign in to comment.