We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ee02a commit cd0b44eCopy full SHA for cd0b44e
.github/workflows/publish.yml
@@ -161,7 +161,7 @@ jobs:
161
- name: Install dependencies
162
run: |
163
python -m pip install --upgrade pip
164
- pip install twine
+ pip install twine==6.0.1
165
166
- name: Download Linux wheels and sdist
167
uses: actions/download-artifact@v4
setup.cfg
@@ -8,9 +8,7 @@ url = https://github.com/singlestore-labs/singlestoredb-python
8
author = SingleStore
9
author_email = support@singlestore.com
10
license = Apache-2.0
11
-license_files =
12
- LICENSE
13
- [LICENSE]
+license_files = LICENSE
14
classifiers =
15
Development Status :: 5 - Production/Stable
16
License :: OSI Approved :: Apache Software License
0 commit comments