Skip to content

Commit cd0b44e

Browse files
committed
Pin twine version
1 parent 14ee02a commit cd0b44e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: Install dependencies
162162
run: |
163163
python -m pip install --upgrade pip
164-
pip install twine
164+
pip install twine==6.0.1
165165
166166
- name: Download Linux wheels and sdist
167167
uses: actions/download-artifact@v4

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ url = https://github.com/singlestore-labs/singlestoredb-python
88
author = SingleStore
99
author_email = support@singlestore.com
1010
license = Apache-2.0
11-
license_files =
12-
LICENSE
13-
[LICENSE]
11+
license_files = LICENSE
1412
classifiers =
1513
Development Status :: 5 - Production/Stable
1614
License :: OSI Approved :: Apache Software License

0 commit comments

Comments
 (0)