We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a77101 commit f00f733Copy full SHA for f00f733
1 file changed
.github/workflows/test_linux_aarch64.yml
@@ -122,6 +122,8 @@ jobs:
122
- name: Publish wheels and sdist
123
if: github.repository_owner == 'pymssql' && startsWith(github.ref, 'refs/tags/v')
124
run: |
125
+ # upgrade packaging for PEP 639
126
+ pip install packaging>=24.2 --upgrade
127
pip install twine --upgrade
128
twine upload --skip-existing -u __token__ -p ${{secrets.PYMSSQL_PYPI_TOKEN}} dist/*
129
0 commit comments