Skip to content

Commit 9a77101

Browse files
AbigailColwelltermim
authored andcommitted
fix: upgrade packaging>=24.2
- resolves error with twine upload ``` ERROR InvalidDistribution: Invalid distribution metadata: unrecognized or malformed field 'license-file' ```
1 parent 574b302 commit 9a77101

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
- name: Publish wheels and sdist
126126
if: github.repository_owner == 'pymssql' && startsWith(github.ref, 'refs/tags/v')
127127
run: |
128+
# upgrade packaging for PEP 639
129+
pip install packaging>=24.2 --upgrade
128130
pip install twine --upgrade
129131
twine upload --skip-existing -u __token__ -p ${{secrets.PYMSSQL_PYPI_TOKEN}} dist/*
130132

0 commit comments

Comments
 (0)