diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26c7ad3..4bdd1ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - run: pip install build - run: python -m build - name: Publish package distributions to PyPI diff --git a/common.mk b/common.mk index 27c8dad..c597307 100644 --- a/common.mk +++ b/common.mk @@ -18,7 +18,6 @@ release: @if ! type -P pandoc; then echo "Please install pandoc"; exit 1; fi @if ! type -P sponge; then echo "Please install moreutils"; exit 1; fi @if ! type -P gh; then echo "Please install gh"; exit 1; fi - @if ! type -P twine; then echo "Please install twine"; exit 1; fi git pull git clean -x --force argcomplete TAG_MSG=$$(mktemp); \