From 15cf3bb4dbde561ffaa75868e746c9ffc5694911 Mon Sep 17 00:00:00 2001 From: Yupei You Date: Wed, 25 Sep 2024 14:07:05 +1000 Subject: [PATCH] Update python-build.yml Update cibuilwheel version --- .github/workflows/python-build.yml | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 7b09a26..1daedf0 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.21.1 - uses: actions/upload-artifact@v4 with: @@ -54,7 +54,7 @@ jobs: merge-multiple: true - uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: ${{ secrets.PYPI_USERNAME }} - password: ${{ secrets.PYPI_PASSWORD }} + # with: + # user: ${{ secrets.PYPI_USERNAME }} + # password: ${{ secrets.PYPI_PASSWORD }} # To test: repository-url: https://test.pypi.org/legacy/ diff --git a/pyproject.toml b/pyproject.toml index a6f1059..3e89ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Yupei You", email = "youyupei@gmail.com"}, ] description = "Implementation of edit distance calculation." -urls.Source = "https://github.com/youyupei/fast_edit_distance" +urls = { Source = "https://github.com/youyupei/fast_edit_distance" } license = { text = "MIT" } readme = "README.md" classifiers = [