Skip to content

Commit 24c4692

Browse files
committed
chore(ci): Publish - remove legacy upload
1 parent 3e4c45f commit 24c4692

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
native_linux:
6666
runs-on: ubuntu-20.04
6767
timeout-minutes: 60
68-
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} ${{ matrix.python-version }}
68+
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} Python ${{ matrix.python-version }}
6969
strategy:
7070
matrix:
7171
node-version: [16]
@@ -138,16 +138,6 @@ jobs:
138138
PYO3_PYTHON: python${{ matrix.python-version }}
139139
CARGO_BUILD_TARGET: ${{ matrix.target }}
140140
run: cd packages/cubejs-backend-native && npm run native:build-release-python
141-
- name: Upload artifact
142-
uses: nick-invision/retry@v2
143-
with:
144-
max_attempts: 10
145-
retry_on: error
146-
timeout_minutes: 5
147-
retry_wait_seconds: 15
148-
command: |
149-
cd packages/cubejs-backend-native
150-
npm run upload-binary-cross
151141
- name: Archive release asset
152142
shell: bash
153143
run: |

0 commit comments

Comments
 (0)