Skip to content

Commit 8556b1a

Browse files
committed
multi-stage workflow
1 parent 91498ae commit 8556b1a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
build-n-publish:
1818
name: Publish Python distribution
1919
runs-on: ubuntu-18.04
20-
with:
21-
python-version: 3.9
2220
steps:
2321
- uses: actions/checkout@master
24-
- name: Setup Python 3.6
22+
- name: Setup Python 3.9
2523
uses: actions/setup-python@v1
2624
with:
27-
python-version: ${{ matrix.python-version }}
25+
python-version: 3.9
2826
- name: Install dependencies
2927
run: |
3028
python -m pip install --upgrade pip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="py-markdown-table",
8-
version="0.1.5",
8+
version="0.1.6",
99
author="hvalev",
1010
description="A package used to generate basic markdown tables from a list of dicts",
1111
long_description=long_description,

0 commit comments

Comments
 (0)