Skip to content

Commit

Permalink
removing api token
Browse files Browse the repository at this point in the history
I added this org as a trusted publisher to the pypi account
  • Loading branch information
jpmorgan98 authored Jan 31, 2024
1 parent 4b63eeb commit 7a5af22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,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 7a5af22

Please sign in to comment.