Skip to content

Commit

Permalink
push to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dwastberg committed Oct 8, 2024
1 parent 3b5cf70 commit f9c37ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://test.pypi.org/p/pyraymesh
url: https://pypi.org/p/pyraymesh
permissions:
id-token: write

Expand All @@ -70,7 +70,7 @@ jobs:
- name: Publish wheels
uses: pypa/gh-action-pypi-publish@release/v1
with:
# password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository-url: https://test.pypi.org/legacy/
verbose: true
password: ${{ secrets.PYPI_TOKEN }}
# password: ${{ secrets.TEST_PYPI_TOKEN }}
# repository-url: https://test.pypi.org/legacy/
# verbose: true

0 comments on commit f9c37ce

Please sign in to comment.