Skip to content

Commit 8d8591c

Browse files
committed
Release as beta version
1 parent b10031f commit 8d8591c

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

.github/workflows/release_candidates.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,6 @@ jobs:
1919
with:
2020
ref: ${{ github.head_ref }}
2121

22-
- uses: pnpm/action-setup@v3
23-
with:
24-
version: 9.5
25-
26-
- name: Setup Node.js 18
27-
uses: actions/setup-node@v4
28-
with:
29-
node-version: '18.x'
30-
registry-url: https://registry.npmjs.org
31-
cache: pnpm
32-
33-
- name: Configure pnpm
34-
run: |
35-
pnpm config set auto-install-peers true
36-
pnpm config set exclude-links-from-lockfile true
37-
38-
- name: Install dependencies
39-
run: pnpm install --frozen-lockfile
40-
41-
- name: Test JS SDK
42-
working-directory: js
43-
run: |
44-
pnpm run test
45-
env:
46-
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
47-
48-
- name: Release JS Candidate
49-
working-directory: js
50-
run: |
51-
npm version prerelease --preid=beta
52-
npm publish --tag beta
53-
env:
54-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55-
5622
- name: Set up Python
5723
uses: actions/setup-python@v4
5824
with:
@@ -77,7 +43,6 @@ jobs:
7743
- name: Release Candidate
7844
working-directory: python
7945
run: |
80-
poetry version prerelease
8146
poetry build
8247
poetry config pypi-token.pypi ${PYPI_TOKEN} && poetry publish --skip-existing
8348
env:

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "e2b-code-interpreter"
3-
version = "1.0.4a0"
3+
version = "1.0.4b0"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)