File tree Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 name : osparc_python_wheels
3131 path : osparc_python_wheels/
32- - name : Check release
33- id : release
34- run : |
35- source .venv/bin/activate
36- version=$(cat osparc_python_wheels/VERSION)
37- is_release=$(python scripts/is_semantic_version.py "${version}" --no-raise-result)
38- echo "is-release=${is_release}" >> $GITHUB_OUTPUT
39- rm osparc_python_wheels/VERSION
40- - name : Publish to TestPyPI
41- uses : pypa/gh-action-pypi-publish@release/v1
42- with :
43- repository-url : https://test.pypi.org/legacy/
44- verbose : true
45- packages-dir : osparc_python_wheels/
4632 - name : Publish to PyPI
47- if : steps.release.outputs.is-release == 'True'
4833 uses : pypa/gh-action-pypi-publish@release/v1
4934 with :
5035 verbose : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments