From 5bfaf2473fcba6ae9ac027322789491b984cd5f3 Mon Sep 17 00:00:00 2001 From: Vincent Auriau Date: Tue, 28 May 2024 09:55:54 +0200 Subject: [PATCH] Update release_pypi.yaml --- .github/workflows/release_pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index f1edfa56..6db60c3b 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -14,8 +14,8 @@ jobs: with: PACKAGE_DIRECTORY: "./choice_learn/" PYTHON_VERSION: "3.8" + ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} PUBLISH_REGISTRY_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }} - PUBLISH_REGISTRY_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }} PUBLISH_REGISTRY: "https://test.pypi.org/simple/" - name: Install from TestPyPI & run tests with installed package run: |