We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ffea65 + 38659f5 commit 22b1c9fCopy full SHA for 22b1c9f
.github/workflows/build.yaml
@@ -1,6 +1,12 @@
1
name: build and upload
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
10
11
jobs:
12
build:
@@ -48,8 +54,8 @@ jobs:
48
54
replacesArtifacts: true
49
55
token: ${{ secrets.GITHUB_TOKEN }}
50
56
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)
53
59
60
# This step will upload tagged commits to pypi.
61
# The pypi token must be added to GH secrets
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:
0 commit comments