Skip to content

Commit e7a13ce

Browse files
committed
update release
1 parent eb5adac commit e7a13ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
4343
runs-on: ubuntu-latest
4444
steps:
45+
- name: Checkout source
46+
uses: actions/checkout@v2
4547
- name: Build package
46-
4748
run: |
4849
pip install wheel
4950
python setup.py sdist bdist_wheel

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
include LICENSE
2-
include setup.py
3-
include README.md
42
include markdown_it/cli/spec.md

0 commit comments

Comments
 (0)