Skip to content

Commit

Permalink
bypass syntax errors due to disabled workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Dec 15, 2023
1 parent 7170292 commit 6c6475d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Publish Python distributions to PyPI
# release:
# types: [published]

# XXX temporary trigger no-op to avoid syntax errors
on:
- workflow_dispatch

jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI
Expand Down

0 comments on commit 6c6475d

Please sign in to comment.