Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Jun 7, 2024
1 parent 98466ca commit 536fe0a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,19 @@ runs:
# specify the same version as in ~/.python-version
python_version: "3.9.11"
pip_version: "21.1"
subdir: "protocol-models/python/"
subdir: "protocol-models/python/airbyte_protocol"
env:
TWINE_PASSWORD: ${{ inputs.twine_password }}
TWINE_USERNAME: ${{ inputs.twine_username }}

- name: Publish Dataclass 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_dataclasses"

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

0 comments on commit 536fe0a

Please sign in to comment.