From 7bc974b3b5ac0db27c6cce43ec16b896e767d816 Mon Sep 17 00:00:00 2001 From: erohmensing Date: Fri, 7 Jun 2024 16:50:33 -0400 Subject: [PATCH] github action --- .github/actions/publish/action.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index fc40ee5..c9ef531 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -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/py-package-publish-action@v1.1.0 + 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