Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: PyPI

on:
release:
types:
- published
on: [pull_request]
# release:
# types:
# - published

jobs:

Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
with:
skip-existing: true
# To test uploads to TestPyPI, uncomment the following:
# repository-url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Note that this file is only installing the memilio-simulation package. For installing the other Python packages,
# please go to the respective folder pycode/memilio-* and install from there.
name = "memilio-simulation"
dynamic = ["version"]
# dynamic = ["version"]
version = "3.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.9"
Expand Down
Loading