From 55dd53aae29429cfecd6f1112f9951446efddbd0 Mon Sep 17 00:00:00 2001 From: Ella Rohm-Ensing Date: Tue, 18 Jun 2024 17:33:17 +0200 Subject: [PATCH] fix: fix publishing of airbyte-protocol-models-pdv2 (#85) --- .github/actions/publish/action.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index db46cfc..475a5e1 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -58,10 +58,13 @@ runs: - name: Publish Pydantic-v2 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_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