Skip to content

Commit

Permalink
Release as beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Dec 17, 2024
1 parent b10031f commit 8d8591c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/release_candidates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,6 @@ jobs:
with:
ref: ${{ github.head_ref }}

- uses: pnpm/action-setup@v3
with:
version: 9.5

- name: Setup Node.js 18
uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: https://registry.npmjs.org
cache: pnpm

- name: Configure pnpm
run: |
pnpm config set auto-install-peers true
pnpm config set exclude-links-from-lockfile true
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Test JS SDK
working-directory: js
run: |
pnpm run test
env:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}

- name: Release JS Candidate
working-directory: js
run: |
npm version prerelease --preid=beta
npm publish --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -77,7 +43,6 @@ jobs:
- name: Release Candidate
working-directory: python
run: |
poetry version prerelease
poetry build
poetry config pypi-token.pypi ${PYPI_TOKEN} && poetry publish --skip-existing
env:
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e2b-code-interpreter"
version = "1.0.4a0"
version = "1.0.4b0"
description = "E2B Code Interpreter - Stateful code execution"
authors = ["e2b <hello@e2b.dev>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 8d8591c

Please sign in to comment.