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 eb5adac commit e7a13ceCopy full SHA for e7a13ce
.github/workflows/tests.yml
@@ -42,8 +42,9 @@ jobs:
42
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
43
runs-on: ubuntu-latest
44
steps:
45
+ - name: Checkout source
46
+ uses: actions/checkout@v2
47
- name: Build package
-
48
run: |
49
pip install wheel
50
python setup.py sdist bdist_wheel
MANIFEST.in
@@ -1,4 +1,2 @@
1
include LICENSE
2
-include setup.py
3
-include README.md
4
include markdown_it/cli/spec.md
0 commit comments