We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4da3b commit 5700102Copy full SHA for 5700102
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
id-token: write
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
18
- run: pip install build
19
- run: python -m build
20
- name: Publish package distributions to PyPI
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
21
- @if ! type -P twine; then echo "Please install twine"; exit 1; fi
22
git pull
23
git clean -x --force argcomplete
24
TAG_MSG=$$(mktemp); \
0 commit comments