Skip to content

Commit 026c0e4

Browse files
authored
Merge pull request #76 from spotify/rabitt/rm-strict-twine-check-in-publish-wkflow
Allow warnings during twine check
2 parents 72bdf46 + fab950e commit 026c0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade build twine
2323
python -m build
24-
twine check --strict dist/*
24+
twine check dist/*
2525
- name: Publish distribution to PyPI
2626
uses: pypa/gh-action-pypi-publish@master
2727
with:

0 commit comments

Comments
 (0)