Skip to content

Commit 22ec1ed

Browse files
Merge pull request #161 from AutomatedProcessImprovement/update-workflow
Update workflow and upgrade version
2 parents b62e2b2 + a36b277 commit 22ec1ed

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' && github.event_name != 'pull_request'
121+
if: github.ref == 'refs/heads/main'
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.0"
7+
version = "5.1.1"
88
authors = [
99
"Ihar Suvorau <[email protected]>",
1010
"David Chapela <[email protected]>",

0 commit comments

Comments
 (0)