We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2019acb commit 9a234e0Copy full SHA for 9a234e0
.github/workflows/build.yaml
@@ -48,8 +48,8 @@ jobs:
48
replacesArtifacts: true
49
token: ${{ secrets.GITHUB_TOKEN }}
50
artifacts: ${{ github.workspace }}/dist/*.whl
51
- tag: 1.4.0
52
- 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)
53
54
# This step will upload tagged commits to pypi.
55
# The pypi token must be added to GH secrets
conda-recipe/conda_build_config.yaml
@@ -3,8 +3,6 @@ python:
3
- 3.9
4
- 3.8
5
- 3.7
6
- - 3.6
7
- - 3.5
8
- 2.7
9
10
gsl:
0 commit comments