Skip to content

Commit

Permalink
Develop (#14)
Browse files Browse the repository at this point in the history
* Intial commit of squeaky clean text

* updated the sct.py script with modular code

* updated the sct.py script with pipeline method, which would ideally would help to make changes in the processing easier

* removed unnecessary direction code

* adding to do list

* adding to do list

* added requiremnt.txt file

* added setup.py file

* added test cases

* updated config file

* merging back

* Develop (#2) (#3)

* Intial commit of squeaky clean text

* updated the sct.py script with modular code

* updated the sct.py script with pipeline method, which would ideally would help to make changes in the processing easier

* removed unnecessary direction code

* adding to do list

* adding to do list

* added requiremnt.txt file

* added setup.py file

* added test cases

* updated config file

* merging back

* rebase

* update the license

* added German and Spanish support

* Updated file for pypi

* Updated readme file

* Add GitHub Actions workflow for publishing to PyPI

* Updated readme file

* Updated readme file

* added the username to the publish.yml

* update the API vriable name

* update the API user name

* Bump version to 0.1.1
  • Loading branch information
rhnfzl authored Jun 16, 2024
1 parent 44808ff commit 9d8106a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 9d8106a

Please sign in to comment.