Skip to content

Commit

Permalink
ci: use debug pypi publish branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Aug 9, 2023
1 parent 1a02816 commit 0663221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release_to_pypi:
name: Release to PyPI
runs-on: ubuntu-latest
environment:
environment:
name: pypi
url: https://pypi.org/p/pywaze/
permissions:
Expand All @@ -30,4 +30,4 @@ jobs:
run: |
rye build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: trail-of-forks/gh-action-pypi-publish@ww/render-claims

0 comments on commit 0663221

Please sign in to comment.