Skip to content

Commit

Permalink
Revert "publish. (#6)"
Browse files Browse the repository at this point in the history
This reverts commit ff4330d.
  • Loading branch information
RubelMozumder authored Dec 10, 2024
1 parent ff4330d commit 9ada206
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
# trusted publishing
id-token: write

steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -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}}
with:
user: __token__
password: ${{secrets.PYPI_API_TOKEN}}

0 comments on commit 9ada206

Please sign in to comment.