We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8956441 commit 20bff68Copy full SHA for 20bff68
1 file changed
.github/workflows/release.yml
@@ -30,6 +30,9 @@ jobs:
30
- run: pip install -e .[torch]
31
- run: python -c "from transformers import pipeline; classifier = pipeline('text-classification'); assert classifier('What a nice release')[0]['score'] > 0"
32
33
+ - run: pip install twine
34
+ - run: twine check --strict dist/*
35
+
36
- name: Upload build artifacts
37
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
38
with:
@@ -57,4 +60,6 @@ jobs:
57
60
58
61
- name: Publish package distributions to TestPyPI
59
62
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
63
+ with:
64
+ verbose: true
65
0 commit comments