Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
removed github secret references.
  • Loading branch information
dougransom authored Oct 8, 2023
1 parent a4aebfe commit aaab0ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ 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 aaab0ce

Please sign in to comment.