diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1d3ffc61..573a4274 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,12 @@ name: build and upload -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: build: @@ -48,8 +54,8 @@ jobs: replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }} artifacts: ${{ github.workspace }}/dist/*.whl - tag: 1.4.0 - body: This is an alpha build of the pdffit2 library (1.4.0) + tag: 1.4.1 + body: This is an alpha build of the pdffit2 library (1.4.1) # This step will upload tagged commits to pypi. # The pypi token must be added to GH secrets diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index 3b9cb70e..f4b22dcf 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -1,7 +1,8 @@ python: + - 3.10 + - 3.9 + - 3.8 - 3.7 - - 3.6 - - 3.5 - 2.7 gsl: