We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45f7ea commit 3779496Copy full SHA for 3779496
.github/workflows/python-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
57
if: ${{ github.event_name == 'release' }}
58
runs-on: ubuntu-latest
59
- needs: quality
+ needs: checks
60
61
steps:
62
- uses: actions/checkout@v2
pyproject.toml
@@ -51,7 +51,7 @@ dynamic = [
51
]
52
dependencies = [
53
"ai-models",
54
- "multiopython",
+ "multiopython>0.1",
55
entry-points."ai_models.output".multio = "ai_models_multio.output:MultioOutput"
0 commit comments