Skip to content

Commit

Permalink
set user pypi to __token__
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed May 26, 2023
1 parent a4fdbf5 commit d42d80b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: bmatthieu3
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true

# TODO
deploy-conda:
Expand Down

0 comments on commit d42d80b

Please sign in to comment.