Skip to content

Commit 10b11ee

Browse files
new fixing
1 parent 6d9f8cc commit 10b11ee

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install build twine
2626
2727
- name: Build package
28-
working-directory: packages/markitdown/src # Change to the correct directory
28+
working-directory: packages/markitdown # Change to the correct directory
2929
run: |
3030
rm -rf dist
3131
python -m build
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "::add-mask::$TEST_PYPI_API_TOKEN"
3535

3636
- name: Publish to TestPyPI
37-
working-directory: packages/markitdown/src # Change to the correct directory
37+
working-directory: packages/markitdown # Change to the correct directory
3838
env:
3939
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
4040
run: |
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openize-markitdown
3-
version = 25.3.1
3+
version = 25.3.2
44
author = Openize
55
author_email = packages@openize.com
66
description = A document converter for Word, PDF, Excel, and PowerPoint to Markdown.

0 commit comments

Comments
 (0)