Skip to content

Commit 277cd43

Browse files
committed
add manifest to support the pypi readme file
1 parent 412f8c2 commit 277cd43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Upload Python Package
33
on:
44
release:
55
types: [published]
6-
6+
workflow_dispatch:
7+
78
permissions:
89
contents: read
910

@@ -18,8 +19,6 @@ jobs:
1819
uses: actions/setup-python@v3
1920
with:
2021
python-version: '3.x'
21-
- name: append README_FOR_PYPI.md to FILES file
22-
run: echo "README_FOR_PYPI.md" >> FILES
2322
- name: Install dependencies
2423
run: |
2524
python -m pip install --upgrade pip

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README_FOR_PYPI.md

0 commit comments

Comments
 (0)