From 13158ad628ecac7efc3dc802200ba9fb81879e46 Mon Sep 17 00:00:00 2001 From: Phil Bull Date: Thu, 29 Jul 2021 20:57:01 +0100 Subject: [PATCH] Try again with py38 only --- .github/workflows/publish-to-pypi.yaml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yaml b/.github/workflows/publish-to-pypi.yaml index dbe06f6..b4afc53 100644 --- a/.github/workflows/publish-to-pypi.yaml +++ b/.github/workflows/publish-to-pypi.yaml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@main - - name: Set up Python 3.9 + - name: Set up Python 3.8 uses: actions/setup-python@v1 with: - python-version: 3.9 + python-version: 3.8 - name: Install build tools run: | python -m pip install build setuptools_scm wheel @@ -19,7 +19,7 @@ jobs: - name: Build a binary wheel and a source tarball uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2010_x86_64 with: - python-versions: 'cp38-cp38m cp39-cp39m' + python-versions: 'cp38-cp38m' build-requirements: 'cython numpy' - name: Copy manylinux wheel into the dist directory run: | diff --git a/pyproject.toml b/pyproject.toml index 48d2f68..5dd5a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = ["setuptools>=30.3.0", build-backend = "setuptools.build_meta" [tool.black] -target-version = ['py38', 'py39'] +target-version = ['py38',] exclude = ''' /( \.git