Skip to content

Commit 2f01bce

Browse files
new fixing
1 parent 4254265 commit 2f01bce

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- "v*"
7-
workflow_dispatch: # Allows manual execution from GitHub Actions UI
7+
workflow_dispatch:
88

99
jobs:
1010
build-and-publish:
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build package
2828
working-directory: packages/markitdown/src # Change to the correct directory
2929
run: |
30-
rm -rf dist # Ensure a clean build
30+
rm -rf dist
3131
python -m build
3232
3333
- name: Mask API Token

packages/markitdown/src/setup.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)