From f9b6a4d321a3c85cbddb759fcf47d8bcf4986e57 Mon Sep 17 00:00:00 2001 From: HGSilveri Date: Fri, 13 Oct 2023 12:41:15 +0200 Subject: [PATCH] Test #3: Replace twine with Github Action --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e4e31287..4b2370a23 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,9 @@ jobs: shell: bash run: ./.github/scripts/package.sh - name: Publish to TestPyPI - run: twine upload --repository testpypi dist/* + uses: pypa/gh-action-pypi-publish@release/v1 + with: + repository-url: https://test.pypi.org/legacy/ - name: Install from TestPyPI timeout-minutes: 5 shell: bash