Skip to content

Commit 2fc547e

Browse files
committed
adapt for upload to test pypi
1 parent 8851d5b commit 2fc547e

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: PyPI
22

3-
on:
4-
release:
5-
types:
6-
- published
3+
on: [pull_request]
4+
# release:
5+
# types:
6+
# - published
77

88
jobs:
99

@@ -59,4 +59,4 @@ jobs:
5959
with:
6060
skip-existing: true
6161
# To test uploads to TestPyPI, uncomment the following:
62-
# repository-url: https://test.pypi.org/legacy/
62+
repository-url: https://test.pypi.org/legacy/

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Note that this file is only installing the memilio-simulation package. For installing the other Python packages,
33
# please go to the respective folder pycode/memilio-* and install from there.
44
name = "memilio-simulation"
5-
dynamic = ["version"]
5+
# dynamic = ["version"]
6+
version = "3.4.0"
67
description = "Part of MEmilio project, Python bindings to the C++ libraries that contain the models and simulations."
78
readme = "README.md"
89
requires-python = ">=3.9"

0 commit comments

Comments
 (0)