Skip to content

Commit

Permalink
Merge pull request #10 from e2b-dev/fix-ci-cd
Browse files Browse the repository at this point in the history
Fix CI/CD
  • Loading branch information
ValentaTomas authored Nov 24, 2024
2 parents ad471cc + e0ca197 commit ea278ec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

- name: Generate API Ref
run: pnpm run generate-api-reference

- name: Update lock file
run: pnpm i --no-link --no-frozen-lockfile

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
outputs:
js-sdk: ${{ steps.filter.outputs.js-sdk }}
python-sdk: ${{ steps.filter.outputs.python-sdk }}
cli: ${{ steps.filter.outputs.cli }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@e2b/desktop-python",
"private": true,
"version": "0.0.1",
"version": "1.0.1",
"scripts": {
"test": "poetry run pytest -n 4 --verbose -x",
"example": "poetry run python3 example.py",
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e2b-desktop"
version = "1.0.0"
version = "1.0.1"
description = "E2B Desktop Sandbox - Deskstop sandbox in cloud powered by E2B"
authors = ["e2b <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit ea278ec

Please sign in to comment.