Skip to content

Commit

Permalink
Use test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
smountenay-tt committed Mar 4, 2025
1 parent 92ff066 commit ea7695b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/ttnn-visualizer
name: testpypi
url: https://test.pypi.org/p/ttnn-visualizer
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand All @@ -101,3 +101,6 @@ jobs:
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit ea7695b

Please sign in to comment.