Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/setup-py…
Browse files Browse the repository at this point in the history
…thon-5
  • Loading branch information
jonas-eschle authored Sep 24, 2024
2 parents 30ff3af + 1e6cacb commit a6f1894
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: unittests

on:
workflow_dispatch:
push:
tags:
- "*"
branches:
- master
- main
- "ci/*"
pull_request:

Expand All @@ -26,8 +28,8 @@ jobs:
- 3.10
name: Tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
channels: conda-forge,defaults
Expand All @@ -53,7 +55,7 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Install wheel and sdist requirements
Expand All @@ -62,7 +64,7 @@ jobs:
- name: Build sdist and wheel
run: python3 -m build

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: dist

Expand Down

0 comments on commit a6f1894

Please sign in to comment.