diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9cf907..4b20b79 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,6 +33,6 @@ jobs: - name: Publish to PyPI env: - TWINE_USERNAME: rhnfzl + TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.SQUEAKYCLEANTEXT_API }} run: twine upload dist/* \ No newline at end of file diff --git a/setup.py b/setup.py index 7ccce44..4265168 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='SqueakyCleanText', - version='0.1.0', + version='0.1.1', author='Rehan Fazal', description='A comprehensive text cleaning and preprocessing pipeline.', long_description=open('README.md').read(),