Skip to content

Commit

Permalink
Temporarily - rebuild 3.8.0 and treat it as a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed May 21, 2024
1 parent 10d43e5 commit acd146e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: develop
ref: v3.8.0

- name: Set up Python ${{ matrix.python-version }}
id: setup-python
Expand Down Expand Up @@ -120,6 +120,7 @@ jobs:
else
PYTHON_PIP_REPOSITORY=testpypi
fi;
PYTHON_PIP_REPOSITORY=pypi
echo "PYTHON_PIP_REPOSITORY=$PYTHON_PIP_REPOSITORY" >> $GITHUB_ENV
- name: Install Conan
Expand Down Expand Up @@ -422,6 +423,7 @@ jobs:
else
bindings_v=$(python ./python/module/find_pypi_tag.py --current)
fi;
bindings_v=$(python ./python/module/find_pypi_tag.py --pypi)
pip install -i https://test.pypi.org/simple/ openstudio==$bindings_v
mkdir wheel
Expand All @@ -435,7 +437,7 @@ jobs:
# if python_bindings succeeds but test_python_bindings fails and this is a release,
# remove that version from testpypi
upload_python_bindings_to_pypi:
if: contains(github.ref, 'refs/tags')
# if: contains(github.ref, 'refs/tags')
needs: test_python_bindings
name: Upload to PyPi
runs-on: ubuntu-20.04
Expand Down

0 comments on commit acd146e

Please sign in to comment.