Skip to content

Commit

Permalink
remove dispatch from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilDuwadi committed Dec 2, 2024
1 parent dbbb508 commit 4938ac0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python -m build
twine upload dist/*
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: NREL-Distribution-Suites/gdm-cases
event-type: trigger-action
twine upload dist/*

0 comments on commit 4938ac0

Please sign in to comment.