Browse Source

Fix os name typo.

Jelmer Vernooij 4 years ago
parent
commit
4da703113f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/pythonpublish.yml

+ 2 - 2
.github/workflows/pythonpublish.yml

@@ -16,8 +16,8 @@ jobs:
         os: [macos-latest, windows-latest]
         python-version: ['3.5', '3.6', '3.7', '3.8']
         include:
-         - os: linux-latest
-           python-version: '3.x'
+          - os: ubuntu-latest
+            python-version: '3.x'
 
     steps:
     - uses: actions/checkout@v2