Skip to content

Commit

Permalink
Changes to workflow & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKra1 committed Mar 12, 2024
1 parent 130e51d commit 2055776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
with:
name: wheels
path: ./wheelhouse/

- name: Print wheel content
run: ls ./wheelhouse

- name: Create GitHub Release
env:
Expand Down Expand Up @@ -141,9 +144,6 @@ jobs:
with:
name: wheels
path: ./wheelhouse/

- name: Print wheel content
run: ls ./wheelhouse

- name: Publish wheels to test-pypi
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# mssm: Markov-switching Spline Models

![GitHub CI Stable](https://github.com/jokra1/mssm/actions/workflows/python-package.yml/badge.svg?branch=stable)
[![codecov](https://codecov.io/gh/JoKra1/mssm/graph/badge.svg?token=B2NZBO4XJ3)](https://codecov.io/gh/JoKra1/mssm)

## Description

``mssm`` is a toolbox to estimate Generalized Additive Mixed Models (GAMMs) semi Markov-switching GAMMs (sMs-GAMMs) and sMs Impulse Response GAMMs (sMs-IR-GAMMs). The ``main`` branch is updated frequently to reflect new developments. The ``stable`` branch should reflect the latest releases. If you don't need the newest functionality, you should install from the ``stable`` branch (see below for instructions).
Expand Down

0 comments on commit 2055776

Please sign in to comment.