Skip to content

Commit

Permalink
Merge pull request #76 from spotify/rabitt/rm-strict-twine-check-in-p…
Browse files Browse the repository at this point in the history
…ublish-wkflow

Allow warnings during twine check
  • Loading branch information
rabitt authored Apr 10, 2023
2 parents 72bdf46 + fab950e commit 026c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade build twine
python -m build
twine check --strict dist/*
twine check dist/*
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 026c0e4

Please sign in to comment.