update pypi.yml

This commit is contained in:
long2ice
2020-04-25 18:28:51 +08:00
parent d5c26c0ba2
commit e9bcc7bcc1

View File

@@ -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