Skip to content

Commit 156623f

Browse files
committed
build: update packaging for twine
Python upload fails because the metadata isn't correctly created. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 013cf7c commit 156623f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Allow workspace
2828
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2929

30+
- name: Update python dependencies
31+
run: pip install -U packaging
32+
3033
- name: Build sdist
3134
run: pipx run build --sdist
3235

@@ -48,7 +51,6 @@ jobs:
4851
uses: pypa/gh-action-pypi-publish@release/v1
4952
with:
5053
repository-url: https://test.pypi.org/legacy/
51-
verify-metadata: false
5254

5355
upload_pypi:
5456
needs: [build_sdist]

0 commit comments

Comments
 (0)