Skip to content

Commit 8c2f7ac

Browse files
Merge pull request #162 from AutomatedProcessImprovement/Update-PyPi-release-workflow
Update PyPi release workflow
2 parents 22ec1ed + 2e96afd commit 8c2f7ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/simod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
name: Release, Python ${{ matrix.python-version }}
119119
needs: [ test ]
120120
runs-on: ubuntu-latest
121-
if: github.ref == 'refs/heads/main'
121+
if: github.ref == 'refs/heads/master'
122122
strategy:
123123
matrix:
124124
python-version: [ '3.9' ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "simod"
7-
version = "5.1.1"
7+
version = "5.1.2"
88
authors = [
99
"Ihar Suvorau <ihar.suvorau@gmail.com>",
1010
"David Chapela <david.chapela@ut.ee>",

0 commit comments

Comments
 (0)