Skip to content

Commit 3622096

Browse files
attempt update release
1 parent d16d681 commit 3622096

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-engine.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
**/_version.py
22
*.egg-info/
3+
dist/

0 commit comments

Comments
 (0)