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 53
53
- uses : actions/upload-artifact@v2
54
54
with :
55
55
name : stubs
56
- path : circuitpython-stubs*
56
+ path : circuitpython-stubs/dist/ *
57
57
- name : Install pypi dependencies
58
58
run : |
59
59
python -m pip install --upgrade pip
@@ -124,7 +124,7 @@ jobs:
124
124
[ -z "$AWS_ACCESS_KEY_ID" ] || aws s3 cp mpy-cross/mpy-cross.static s3://adafruit-circuit-python/bin/mpy-cross/mpy-cross.static-amd64-linux-${{ env.CP_VERSION }} --no-progress --region us-east-1
125
125
[ -z "$AWS_ACCESS_KEY_ID" ] || aws s3 cp mpy-cross/mpy-cross.static.exe s3://adafruit-circuit-python/bin/mpy-cross/mpy-cross.static-x64-windows-${{ env.CP_VERSION }}.exe --no-progress --region us-east-1
126
126
zip -9r circuitpython-stubs.zip circuitpython-stubs
127
- [ -z "$AWS_ACCESS_KEY_ID" ] || aws s3 cp circuitpython-stubs.zip s3://adafruit-circuit-python/bin/stubs/circuitpython-stubs-${{ env.CP_VERSION }}.zip --no-progress --region us-east-1
127
+ [ -z "$AWS_ACCESS_KEY_ID" ] || aws s3 cp circuitpython-stubs/dist/*.tar.gz s3://adafruit-circuit-python/bin/stubs/circuitpython-stubs-${{ env.CP_VERSION }}.zip --no-progress --region us-east-1
128
128
129
129
- name : Upload stubs to PyPi
130
130
if : github.event_name == 'push'
You can’t perform that action at this time.
0 commit comments