Skip to content

Commit 81708de

Browse files
committed
simplified actions githb
1 parent f7b6351 commit 81708de

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: .github/workflows/python-publish-release.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ on:
1010
jobs:
1111
deploy:
1212

13-
runs-on: ${{ matrix.os }}
14-
strategy:
15-
matrix:
16-
os: [ubuntu-latest]
17-
python-version: [3.6, 3.7]
18-
13+
runs-on: ubuntu-latest
14+
1915
steps:
2016
- uses: actions/checkout@v2
2117
- name: Set up Python

0 commit comments

Comments
 (0)