diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c69ee7..d879e2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,14 +32,14 @@ jobs: poetry run black . --check poetry run flake8 poetry run mypy . + - name: Set up API server + uses: opvious/api-server-action@v0.2.0 + with: + license-key: ${{ secrets.OPVIOUS_LICENSE_KEY }} - name: Register specifications run: ./scripts/specifications.sh register - env: - OPVIOUS_TOKEN: ${{ secrets.OPVIOUS_TOKEN }} - name: Test run: poetry run pytest - env: - OPVIOUS_TOKEN: ${{ secrets.OPVIOUS_TOKEN }} - name: Publish run: poetry publish --build env: diff --git a/pyproject.toml b/pyproject.toml index 200acf4..b007be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "opvious" -version = "0.20.0rc2" +version = "0.20.0rc3" description = "Opvious Python SDK" authors = ["Opvious Engineering "] readme = "README.md"