From e8e002d68eee18eba79e3e16e60a4321f4b760df Mon Sep 17 00:00:00 2001 From: Luis Iturrios Date: Tue, 3 Jun 2025 23:07:35 -0700 Subject: [PATCH] Fix pipeline --- .github/workflows/continuous_deployment.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index 50eafb4..a52f566 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -48,8 +48,6 @@ jobs: - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }} packages_dir: dist/ - name: Push changes