From 6f50664eafa866fc32616459f96442c1558bc7ed Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 20 Apr 2021 11:00:32 +0200 Subject: Correct Pypi CI pipeline --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47a3f4b4..1eddcf3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: - name: Publish distribution package to Test PyPI uses: pypa/gh-action-pypi-publish@master with: - user: ${{ secrets.PYPI_USERNAME }} + user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ @@ -116,5 +116,5 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: - user: ${{ secrets.PYPI_USERNAME }} + user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file -- cgit v1.2.3