Skip to content

Commit

Permalink
use unique pypi name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Jul 15, 2024
1 parent 59ec26a commit 7a20516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<PYPI_PACKAGE_NAME>
url: https://pypi.org/p/pyiceberg-kevinliu
permissions:
id-token: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
[tool.poetry]
name = "pyiceberg"
name = "pyiceberg-kevinliu"
version = "0.6.1"
readme = "README.md"
homepage = "https://py.iceberg.apache.org/"
Expand Down

0 comments on commit 7a20516

Please sign in to comment.