Skip to content

Commit 73535f5

Browse files
committed
Fix pyproject and CI
1 parent 1533a33 commit 73535f5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Publish Python package on pypi.org
9595
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
96-
run: python -m twine upload dist/*
96+
run: python -m twine upload dist/* --verbose
9797
env:
9898
TWINE_USERNAME: __token__
9999
TWINE_PASSWORD: ${{ secrets.PYPI_PUBLIC_API_TOKEN }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = "Library to communicate with Ledger devices and Speculos"
1515
readme = {file = "README.md", content-type = "text/markdown"}
1616
license = "MIT"
1717
classifiers = [
18-
"MIT",
1918
"Programming Language :: Python :: 3.7",
2019
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)