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.
2 parents 22ec1ed + 2e96afd commit 8c2f7acCopy full SHA for 8c2f7ac
.github/workflows/simod.yml
@@ -118,7 +118,7 @@ jobs:
118
name: Release, Python ${{ matrix.python-version }}
119
needs: [ test ]
120
runs-on: ubuntu-latest
121
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
122
strategy:
123
matrix:
124
python-version: [ '3.9' ]
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "simod"
7
-version = "5.1.1"
+version = "5.1.2"
8
authors = [
9
"Ihar Suvorau <ihar.suvorau@gmail.com>",
10
"David Chapela <david.chapela@ut.ee>",
0 commit comments