From e9bcc7bcc1d2a05b3e052770c680db5a5548e82f Mon Sep 17 00:00:00 2001 From: long2ice Date: Sat, 25 Apr 2020 18:28:51 +0800 Subject: [PATCH] update pypi.yml --- .github/workflows/pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d3de796..1610679 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -6,11 +6,11 @@ on: jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - python-version: ['3.8'] steps: - uses: actions/checkout@v2 + - uses: actions/setup-python@v1 + with: + python-version: '3.x' - name: Build dists run: | python3 setup.py sdist