From b141473ea1c56df128dd5a695936a964f107ae72 Mon Sep 17 00:00:00 2001 From: legregam Date: Mon, 22 May 2023 10:13:57 +0200 Subject: [PATCH] Added test workflow for deployment on test_pypi using poetry --- .github/workflows/deploy_test_pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_test_pypi.yml b/.github/workflows/deploy_test_pypi.yml index e79e4c8..d206e71 100644 --- a/.github/workflows/deploy_test_pypi.yml +++ b/.github/workflows/deploy_test_pypi.yml @@ -7,8 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Publish PyPi package - uses: code-specialist/pypi-poetry-publish@main + uses: code-specialist/pypi-poetry-publish@v1 with: + PACKAGE_DIRECTORY: "./physiofit/" PYTHON_VERSION: "3.10" ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} PUBLISH_REGISTRY_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}