From 573c87d5f65e44a6558c6ca0421ef1f6bf76a1b5 Mon Sep 17 00:00:00 2001 From: jziolkowski Date: Tue, 9 Jan 2024 00:44:56 +0100 Subject: [PATCH] update actions --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69194e8..1a6fbd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,8 +26,7 @@ jobs: - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - repository_url: https://test.pypi.org/legacy/ - password: ${{ secrets.TEST_PYPI_API_TOKEN }} + repository-url: https://test.pypi.org/legacy/ Binaries: needs: Wheel