From 314ba8ca940c182a4bf348a421f57b3dc5559e4f Mon Sep 17 00:00:00 2001 From: Theresa Eimer Date: Tue, 13 Feb 2024 15:45:42 +0100 Subject: [PATCH] Update publish_release.yml --- .github/workflows/publish_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index c06c7500..80cfa34a 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -66,10 +66,10 @@ jobs: environment: name: pypi url: https://pypi.org/p/carl-bench - with: - password: ${{ secrets.pypi_api_token }} steps: # retrieve your distributions here - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.pypi_api_token }}