Skip to content

Commit

Permalink
pip install the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 17, 2024
1 parent 45f8ea7 commit e4ade87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
url: https://pypi.org/p/airbyte
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
contents: write # Needed to upload artifacts to the release
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
with:
Expand All @@ -27,6 +30,9 @@ jobs:
python-version: '3.10'
cache: 'poetry'

- name: Install poetry-dynamic-versioning
run: pip install poetry-dynamic-versioning

- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit e4ade87

Please sign in to comment.