Skip to content

Commit

Permalink
publish pypi once
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 9, 2024
1 parent b3cfa85 commit 25baa98
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/publish-libtauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,14 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
shell: bash


publish-pypi:
name: Trigger publish-pypi
needs: build
if: inputs.publish-pypi == 'true'
runs-on: ubuntu-latest
steps:
- name: Trigger publish-pypi
run: gh workflow run publish-pypi.yml
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
if: inputs.publish-pypi

GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 25baa98

Please sign in to comment.