File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
src/towncrier/newsfragments Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v3
3232
33+ - uses : hynek/build-and-inspect-python-package@f336040a31ea03a2551adcc994d3ddb2f3ea3f7f
34+
3335 - name : Set up ${{ matrix.python.name }}
3436 uses : actions/setup-python@v4
3537 with :
6668 - name : CPython 3.10
6769 action : ' 3.10'
6870 - name : CPython 3.11
69- action : ' 3.11.0-beta - 3.11 '
71+ action : ' 3.11'
7072 - name : PyPy 3.7
7173 action : pypy3.7
7274 - name : PyPy 3.8
Original file line number Diff line number Diff line change 6161 include_package_data = True ,
6262 description = "Building newsfiles for your project." ,
6363 long_description = open ("README.rst" ).read (),
64+ long_description_content_type = "text/x-rst" ,
6465 entry_points = {"console_scripts" : ["towncrier = towncrier._shell:cli" ]},
6566)
You can’t perform that action at this time.
0 commit comments