Skip to content

Commit

Permalink
Update python-build.yml
Browse files Browse the repository at this point in the history
Update cibuilwheel version
  • Loading branch information
youyupei committed Sep 29, 2024
1 parent f9b6703 commit 15cf3bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 15cf3bb

Please sign in to comment.