We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16d681 commit 3622096Copy full SHA for 3622096
2 files changed
.github/workflows/release-engine.yml
@@ -153,6 +153,7 @@ jobs:
153
python --version
154
pip install --upgrade build
155
SETUPTOOLS_SCM_PRETEND_VERSION=${RELEASE_VERSION} python -m build
156
+ working-directory: ./engine/src/crossplay_python
157
158
- name: Determine access control
159
run: |
@@ -164,7 +165,7 @@ jobs:
164
165
166
mv *.tar.gz battlecode.tar.gz
167
gsutil -m cp -a $OBJECT_ACL battlecode.tar.gz gs://$GCS_BUCKET/maven/org/battlecode/${RELEASE_ARTIFACT_ID}-python/${RELEASE_VERSION}/
- working-directory: ./dist
168
+ working-directory: ./engine/src/crossplay_python/dist
169
170
# TODO: docs?
171
#- name: Upload javadocs
engine/src/crossplay_python/.gitignore
@@ -1,2 +1,3 @@
1
**/_version.py
2
*.egg-info/
3
+dist/
0 commit comments