Skip to content

Commit 1314028

Browse files
committed
temp
1 parent d8e365e commit 1314028

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979
run: |
8080
poetry build -f sdist
8181
82-
- name: print github ref
83-
run: echo ${{ github.ref }}
84-
8582
- name: Upload sdist
8683
uses: actions/upload-artifact@v3
8784
with:
@@ -92,6 +89,7 @@ jobs:
9289
Release:
9390
needs: [ build, build_sdist ]
9491
# if: success() && startsWith(github.ref, 'refs/tags/')
92+
if: ${{ needs.build.result == 'success' && needs.build_sdist.result == 'success' }}
9593
runs-on: ubuntu-latest
9694

9795
steps:

0 commit comments

Comments
 (0)