diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 8f0d402..c71ce77 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -17,5 +17,5 @@ jobs: pure-python: false wheel-name-pattern: "preshed-*.whl" secrets: - github-token: ${{ secrets.GITHUB_TOKEN }} + gh-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/preshed/about.py b/preshed/about.py index d325f77..6d82274 100644 --- a/preshed/about.py +++ b/preshed/about.py @@ -1,5 +1,5 @@ __title__ = "preshed" -__version__ = "3.0.11" +__version__ = "3.0.12" __summary__ = "Cython hash table that trusts the keys are pre-hashed" __uri__ = "https://github.com/explosion/preshed" __author__ = "Explosion"