Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: build and upload

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
python:
- 3.10
- 3.9
- 3.8
- 3.7
- 3.6
- 3.5
- 2.7

gsl:
Expand Down