We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1bbe2 commit be287feCopy full SHA for be287fe
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
python-version: 3.13
13
- name: Install dependencies
14
- run: python3 -m pip install twine
+ run: python3 -m pip install build twine
15
- name: Build and publish
16
env:
17
TWINE_USERNAME: __token__
0 commit comments