Skip to content

Commit

Permalink
fix: fix publishing of airbyte-protocol-models-pdv2 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing authored Jun 18, 2024
1 parent 476bd74 commit 55dd53a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ runs:
- name: Publish Pydantic-v2 Python Package
uses: mariamrf/[email protected]
with:
# specify the same version as in ~/.python-version
python_version: "3.9.11"
pip_version: "21.1"
subdir: "protocol-models/python/airbyte_protocol_pdv2"
# specify the same version as in ~/.python-version
python_version: "3.9.11"
pip_version: "21.1"
subdir: "protocol-models/python/airbyte_protocol_pdv2"
env:
TWINE_PASSWORD: ${{ inputs.twine_password }}
TWINE_USERNAME: ${{ inputs.twine_username }}

# github runners already come with NPM and node
- name: Generate Typescript Protocol Classes
Expand Down

0 comments on commit 55dd53a

Please sign in to comment.