Skip to content

v0.2.1

Compare
Choose a tag to compare
@abid-mujtaba abid-mujtaba released this 12 Nov 16:46
· 19 commits to main since this release

v0.2.1 (2023-11-12)

Documentation

  • docs: update notes (#39)
  • remove discussion of SSH Deploy Keys
  • add discussion of trusted publisher config in PyPI (efd7599)

Fix

  • fix: typo in version workflow (#41)

Typo in the workflow yaml (0f18bbb)

  • fix: use upstream semantic-release action (#40)

  • ci: refactor build command

use the more popular python -m build instead of pyproject-build
since they are exactly equivalent

  • fix: switch to upstream semantic-release action

trying once again with the admin PAT and an explicit skip_build option
since the primary problem with the upstream action was failure to build
but we no longer need to build just to bump and release the new version (75b7cad)