We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412f8c2 commit 277cd43Copy full SHA for 277cd43
.github/workflows/publish.yml
@@ -3,7 +3,8 @@ name: Upload Python Package
3
on:
4
release:
5
types: [published]
6
-
+ workflow_dispatch:
7
+
8
permissions:
9
contents: read
10
@@ -18,8 +19,6 @@ jobs:
18
19
uses: actions/setup-python@v3
20
with:
21
python-version: '3.x'
- - name: append README_FOR_PYPI.md to FILES file
22
- run: echo "README_FOR_PYPI.md" >> FILES
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
MANIFEST.in
@@ -0,0 +1 @@
1
+README_FOR_PYPI.md
0 commit comments