Skip to content

Commit ea278ec

Browse files
authored
Merge pull request #10 from e2b-dev/fix-ci-cd
Fix CI/CD
2 parents ad471cc + e0ca197 commit ea278ec

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/publish_packages.yml

-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6868
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
6969

70-
- name: Generate API Ref
71-
run: pnpm run generate-api-reference
72-
7370
- name: Update lock file
7471
run: pnpm i --no-link --no-frozen-lockfile
7572

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
outputs:
5757
js-sdk: ${{ steps.filter.outputs.js-sdk }}
5858
python-sdk: ${{ steps.filter.outputs.python-sdk }}
59-
cli: ${{ steps.filter.outputs.cli }}
6059
steps:
6160
- name: Checkout repository
6261
uses: actions/checkout@v3

packages/python-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@e2b/desktop-python",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "1.0.1",
55
"scripts": {
66
"test": "poetry run pytest -n 4 --verbose -x",
77
"example": "poetry run python3 example.py",

packages/python-sdk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "e2b-desktop"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "E2B Desktop Sandbox - Deskstop sandbox in cloud powered by E2B"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)