File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 5757 # Publish the source distribution with the version that's in
5858 # the repository, otherwise the tests will fail
5959 - name : Compile source distribution
60- run : python3 -m poetry build --format= sdist
60+ run : uv build --sdist --wheel
6161 if : startsWith(matrix.os, 'ubuntu')
6262
6363 - name : Build wheels
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ install-uv: ## Ensure uv is installed
6161setup-venv : # # Create virtual environment
6262 @if [ ! -d .venv ]; then \
6363 echo " Creating virtual environment." ; \
64- uv venv --python $( PYTHON_VERSION ) ; \
64+ uv venv; \
6565 else \
6666 echo " Virtual environment already exists." ; \
6767 fi
Original file line number Diff line number Diff line change 1+ # Licensed to the Apache Software Foundation (ASF) under one
2+ # or more contributor license agreements. See the NOTICE file
3+ # distributed with this work for additional information
4+ # regarding copyright ownership. The ASF licenses this file
5+ # to you under the Apache License, Version 2.0 (the
6+ # "License"); you may not use this file except in compliance
7+ # with the License. You may obtain a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing,
12+ # software distributed under the License is distributed on an
13+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+ # KIND, either express or implied. See the License for the
15+ # specific language governing permissions and limitations
16+ # under the License.
117[project ]
218name = " pyiceberg"
319version = " 0.10.0"
You can’t perform that action at this time.
0 commit comments