mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
60e18d8a84
commit
a1094e7483
|
@ -48,4 +48,4 @@ jobs:
|
|||
title: "Bump version to ${{ env.NEW_VERSION }}"
|
||||
body: "Automated version bump to ${{ env.NEW_VERSION }}"
|
||||
branch: "bump-version-${{ env.NEW_VERSION }}"
|
||||
base: "main"
|
||||
base: "main"
|
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -22,7 +22,4 @@ jobs:
|
|||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
|
||||
- name: Run tests
|
||||
run: poetry run pytest
|
||||
run: poetry install
|
|
@ -26,11 +26,8 @@ jobs:
|
|||
run: |
|
||||
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
|
||||
- name: Build package
|
||||
run: poetry build
|
||||
|
||||
- name: Publish to PyPI
|
||||
run: poetry publish
|
||||
run: poetry publish
|
Loading…
Reference in New Issue