Skip to content

Commit ec56a01

Browse files
committed
Fix: Update metadata verification flag in PyPI release step
1 parent baa2ec6 commit ec56a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ jobs:
159159
user: __token__
160160
password: ${{ secrets.PYPI_API_TOKEN }}
161161
verbose: true
162-
verify_metadata: false
162+
verify-metadata: false

0 commit comments

Comments
 (0)