Skip to content

Commit 2fa5254

Browse files
authored
Merge pull request #198 from sumerc/fix-wheel-checks
Fix: `twine check` failures
2 parents fc87f62 + e9e00ee commit 2fa5254

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/github-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
merge-multiple: true
6666
path: dist
6767

68-
- uses: pypa/gh-action-pypi-publish@v1.8.14
68+
- uses: pypa/gh-action-pypi-publish@v1.13.0
6969
with:
70+
verbose: true
7071
user: __token__
7172
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)