From 19a6df1c60d93762a69fce01203c67eecb063c47 Mon Sep 17 00:00:00 2001 From: Amir Mofakhar Date: Mon, 20 Apr 2026 16:26:03 +0100 Subject: [PATCH] fix for python publisher --- .github/workflows/pythonpublish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 707c81f..91ca8d6 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -7,10 +7,6 @@ on: jobs: deploy: runs-on: gha-production-medium - environment: pypi - permissions: - id-token: write - contents: read steps: - uses: actions/checkout@v4.1.7 - name: Set up Python @@ -26,4 +22,6 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }} verbose: true \ No newline at end of file