Skip to content

Commit

Permalink
publish yaml file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kowshik24 committed Jun 5, 2024
1 parent 0462112 commit dca5e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest -v
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Build package
run: python -m build
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_requirements(file_path: str) -> List[str]:
print("Current Files: ", os.listdir("."))


__version__ = "0.0.1"
__version__ = "0.0.2"
REPO_NAME = "PineconeUtils"
PKG_NAME = "pineconeutils"
AUTHOR_NAME = "kowshik24"
Expand Down

0 comments on commit dca5e89

Please sign in to comment.