We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4748e commit 4b0b0e8Copy full SHA for 4b0b0e8
.github/workflows/publish_release.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build-n-publish:
11
name: Build and publish to PyPI
12
- if: github.repository == 'run-llama/workflows'
+ if: github.repository == 'run-llama/workflows-py'
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write
0 commit comments