Skip to content

Commit 22b1c9f

Browse files
authored
Merge pull request #19 from 8bitsam/fixes-py310
Update conda-forge version to Py 3.8-3.10
2 parents 3ffea65 + 38659f5 commit 22b1c9f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/build.yaml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: build and upload
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
410

511
jobs:
612
build:
@@ -48,8 +54,8 @@ jobs:
4854
replacesArtifacts: true
4955
token: ${{ secrets.GITHUB_TOKEN }}
5056
artifacts: ${{ github.workspace }}/dist/*.whl
51-
tag: 1.4.0
52-
body: This is an alpha build of the pdffit2 library (1.4.0)
57+
tag: 1.4.1
58+
body: This is an alpha build of the pdffit2 library (1.4.1)
5359

5460
# This step will upload tagged commits to pypi.
5561
# The pypi token must be added to GH secrets

conda-recipe/conda_build_config.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
python:
2+
- 3.10
3+
- 3.9
4+
- 3.8
25
- 3.7
3-
- 3.6
4-
- 3.5
56
- 2.7
67

78
gsl:

0 commit comments

Comments
 (0)