Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- published
### Uncomment the "push:" together with the "repository-url:" field of action pypa/gh-action-pypi-publish
### to make a release to TestPyPI. Building this is rather expensive so do not merge this uncommented!
#push:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
### @Reviewer: MAKE SURE THE LINE ABOVE IS COMMENTED OUT BEFORE MERGE! ###

jobs:
Expand Down Expand Up @@ -73,4 +74,4 @@ jobs:
with:
skip-existing: true
### To test uploads to TestPyPI in a PR, uncomment the following, as well as the "push:" line at the top:
#repository-url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
3 changes: 2 additions & 1 deletion pycode/memilio-simulation/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "memilio-simulation"
dynamic = ["version"]
# dynamic = ["version"]
version = "2.4.0"
description = "Part of MEmilio project, Python bindings to the C++ libraries that contain the models and simulations."
readme = "README.md"
requires-python = ">=3.8"
Expand Down
Loading