From 646f8f7cc121542fe5b453a0fa3db581ff1cc4db Mon Sep 17 00:00:00 2001 From: Tristan Salles Date: Wed, 19 Jun 2024 14:21:15 +1000 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 395b0c3..af9aaeb 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -75,5 +75,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.PYPI_TOKEN }} - # To test: repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file