Skip to content

Commit

Permalink
Fix PyPi release (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Jul 2, 2024
1 parent 0e8d4e8 commit 96c5997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PPU }}
password: ${{ secrets.PPP }}
user: "__token__"
password: ${{ secrets.pypi_password }} # not on pyviz yet
repository-url: "https://upload.pypi.org/legacy/"

0 comments on commit 96c5997

Please sign in to comment.