danpovey / lilcom

Small compression utility
Other
33 stars 10 forks source link

Support python3.12 #60

Closed csukuangfj closed 4 months ago

csukuangfj commented 5 months ago

Fixes #59


@danpovey Could you please do the following items in order to publish a new release?

  1. visit https://github.com/danpovey/lilcom/settings/secrets/actions
  2. You have to update two repository secrets.
    • PYPI_USERNAME, please update its value to __token__ (Please input __token__ literally)
    • PYPI_PASSWORD, please follow https://pypi.org/help/#apitoken to generate your api token and copy it to here
      1. Merge this PR, update your local branch and run
        git tag v1.8.0
        git push origin v1.8.0
  3. done