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