Skip to content

Commit f00f733

Browse files
AbigailColwelltermim
authored andcommitted
Update test_linux_aarch64.yml
1 parent 9a77101 commit f00f733

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test_linux_aarch64.yml

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

0 commit comments

Comments
 (0)