Skip to content

Commit 8b33cfe

Browse files
authored
Fix Auto Release (#4209)
1 parent 91d0a1f commit 8b33cfe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pypi.yml renamed to .github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ on:
1414
- ppdiffusers
1515

1616
jobs:
17-
Deployment:
18-
name: Pack
19-
needs: build
17+
Release:
18+
name: Release
2019
runs-on: ubuntu-20.04
2120
steps:
2221
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)