Skip to content

Commit bed5322

Browse files
committed
fix package location
1 parent d19b1e5 commit bed5322

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-engine.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,12 @@ jobs:
149149
- name: Build python package
150150
shell: bash -el {0} # Make sure conda is activated
151151
run: |
152+
cd engine/src/crossplay_python
152153
conda info
153154
python --version
154155
pip install --upgrade build
155156
SETUPTOOLS_SCM_PRETEND_VERSION=${RELEASE_VERSION} python -m build
157+
cd ../../..
156158
157159
- name: Determine access control
158160
run: |

0 commit comments

Comments
 (0)