Skip to content

Commit

Permalink
Merge branch 'chore/add-jwk-integration' of https://github.com/permit…
Browse files Browse the repository at this point in the history
…io/langchain-permit into chore/add-jwk-integration
  • Loading branch information
Taofiqq committed Feb 16, 2025
2 parents c1ce91e + 6ec7719 commit 786d371
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Build and publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
poetry config pypi-token.pypi $PYPI_TOKEN
poetry build
poetry publish
- name: Configure Poetry
run: poetry config pypi-token.pypi ""

- name: Build package
run: poetry build

- name: Publish to PyPI
env:
POETRY_HTTP_BASIC_PYPI_USERNAME: __token__
POETRY_HTTP_BASIC_PYPI_PASSWORD: ""
run: poetry publish
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
pull_request:
branches: [main]
branches: [master]

jobs:
test:
Expand Down

0 comments on commit 786d371

Please sign in to comment.