Skip to content

Commit efc81a2

Browse files
remove wrong workflow arguments (#23)
1 parent c7ae820 commit efc81a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: dist/*gz
4141

4242
- name: Upload sdist to pypi
43-
if: fail() && (github.event_name == 'release' || github.event.inputs.upload_pypi == 'true') && !cancelled()
43+
if: (github.event_name == 'release' || github.event.inputs.upload_pypi == 'true') && !cancelled()
4444
env:
4545
TWINE_USERNAME: "__token__"
4646
TWINE_PASSWORD: ${{ secrets.PYPI_KEY }}
@@ -51,4 +51,4 @@ jobs:
5151
if: always()
5252
run: |
5353
pip cache purge || true
54-
rm -rf ../Tokenicer/*
54+
rm -rf ../Tokenicer/*

0 commit comments

Comments
 (0)