File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,11 @@ jobs:
149149 - name : Build python package
150150 shell : bash -el {0} # Make sure conda is activated
151151 run : |
152- cd engine/src/crossplay_python
153152 conda info
154153 python --version
155154 pip install --upgrade build
156155 SETUPTOOLS_SCM_PRETEND_VERSION=${RELEASE_VERSION} python -m build
156+ working-directory : engine/src/crossplay_python
157157
158158 - name : Determine access control
159159 run : |
@@ -165,7 +165,7 @@ jobs:
165165 run : |
166166 mv *.tar.gz battlecode.tar.gz
167167 gsutil -m cp -a $OBJECT_ACL battlecode.tar.gz gs://$GCS_BUCKET/maven/org/battlecode/${RELEASE_ARTIFACT_ID}-python/${RELEASE_VERSION}/
168- working-directory : . /dist
168+ working-directory : engine/src/crossplay_python /dist
169169
170170 # TODO: docs?
171171 # - name: Upload javadocs
You can’t perform that action at this time.
0 commit comments