From 05ac62ac089b020c6058cf17c7c7261313745f31 Mon Sep 17 00:00:00 2001 From: RubelMozumder <32923026+RubelMozumder@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:41:06 +0100 Subject: [PATCH] Revert "publish. (#6)" (#7) This reverts commit ff4330dc4bcf58c2e69e97528abf3d43ddb92a34. --- .github/workflows/publish.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8452fab..d45ca8b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,9 +7,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - permissions: - # trusted publishing - id-token: write + steps: - uses: actions/checkout@v3 with: @@ -47,6 +45,6 @@ jobs: run: python -m build - name: Publish package uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 - # with: - # user: __token__ - # password: ${{secrets.PYPI_API_TOKEN}} \ No newline at end of file + with: + user: __token__ + password: ${{secrets.PYPI_API_TOKEN}} \ No newline at end of file