We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ae820 commit efc81a2Copy full SHA for efc81a2
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
path: dist/*gz
41
42
- name: Upload sdist to pypi
43
- if: fail() && (github.event_name == 'release' || github.event.inputs.upload_pypi == 'true') && !cancelled()
+ if: (github.event_name == 'release' || github.event.inputs.upload_pypi == 'true') && !cancelled()
44
env:
45
TWINE_USERNAME: "__token__"
46
TWINE_PASSWORD: ${{ secrets.PYPI_KEY }}
@@ -51,4 +51,4 @@ jobs:
51
if: always()
52
run: |
53
pip cache purge || true
54
- rm -rf ../Tokenicer/*
+ rm -rf ../Tokenicer/*
0 commit comments