File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 9999 needs : [lint, check]
100100 runs-on : ubuntu-latest
101101 steps :
102+ - name : Install pandoc
103+ run : |
104+ apt install pandoc
102105 - name : Checkout
103106 uses : actions/checkout@v2.4.0
104107 with :
@@ -111,6 +114,9 @@ jobs:
111114 - name : Collected dists
112115 run : |
113116 tree dist
117+ - name : Convert README.rst to Markdown
118+ run : |
119+ pandoc -s -o README.md README.rst
114120 - name : PyPI upload
115121 uses : pypa/gh-action-pypi-publish@v1.4.2
116122 with :
@@ -121,6 +127,6 @@ jobs:
121127 with :
122128 name : pytest-asyncio ${{ needs.lint.outputs.version }}
123129 artifacts : dist/*
124- bodyFile : README.rst
130+ bodyFile : README.md
125131 prerelease : ${{ needs.lint.outputs.prerelease }}
126132 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments