Skip to content

Commit 73faa79

Browse files
Updated configurations
1 parent 64968db commit 73faa79

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
3838
run: |
3939
python -m twine upload --repository testpypi dist/* \
40-
--username __token__ --password $TEST_PYPI_API_TOKEN
40+
--username __token__ --password $TEST_PYPI_API_TOKEN --verbose

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[metadata]
22
name = openize-markitdown
3-
version = 0.1.0
4-
author = Muhammad Umar
5-
author_email = muhammad.umar@aspose.com
3+
version = 25.3.0
4+
author="Umar",
5+
author_email="umar320@gmail.com",
66
description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.
77
long_description = file: README.md
88
long_description_content_type = text/markdown

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
setup(
44
name="openize-markitdown",
5-
version="0.1.0",
6-
author="Openize",
7-
author_email="packages@openize.com",
5+
version="25.3.0",
6+
author="Umar",
7+
author_email="umar320@gmail.com",
88
description="A document converter for Word, PDF, Excel, and PowerPoint to Markdown.",
99
long_description=open("README.md", "r", encoding="utf-8").read(),
1010
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)