File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
engine/src/crossplay_python Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ jobs:
153153 python --version
154154 pip install --upgrade build
155155 SETUPTOOLS_SCM_PRETEND_VERSION=${RELEASE_VERSION} python -m build
156+ working-directory : ./engine/src/crossplay_python
156157
157158 - name : Determine access control
158159 run : |
@@ -164,7 +165,7 @@ jobs:
164165 run : |
165166 mv *.tar.gz battlecode.tar.gz
166167 gsutil -m cp -a $OBJECT_ACL battlecode.tar.gz gs://$GCS_BUCKET/maven/org/battlecode/${RELEASE_ARTIFACT_ID}-python/${RELEASE_VERSION}/
167- working-directory : ./dist
168+ working-directory : ./engine/src/crossplay_python/ dist
168169
169170 # TODO: docs?
170171 # - name: Upload javadocs
Original file line number Diff line number Diff line change 11** /_version.py
22* .egg-info /
3+ dist /
You can’t perform that action at this time.
0 commit comments