We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4254265 commit 2f01bceCopy full SHA for 2f01bce
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
tags:
6
- "v*"
7
- workflow_dispatch: # Allows manual execution from GitHub Actions UI
+ workflow_dispatch:
8
9
jobs:
10
build-and-publish:
@@ -27,7 +27,7 @@ jobs:
27
- name: Build package
28
working-directory: packages/markitdown/src # Change to the correct directory
29
run: |
30
- rm -rf dist # Ensure a clean build
+ rm -rf dist
31
python -m build
32
33
- name: Mask API Token
packages/markitdown/src/setup.py
0 commit comments