Skip to content

Commit

Permalink
build: update release workflow (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth authored Sep 8, 2024
1 parent 28d37fa commit d230a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
poetry run black . --check
poetry run flake8
poetry run mypy .
- name: Set up API server
uses: opvious/[email protected]
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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d230a23

Please sign in to comment.