We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2be499 commit 47e6f1aCopy full SHA for 47e6f1a
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install -U pip
26
- python -m pip install -U build hatchling
+ python -m pip install -U build hatchling twine
27
28
- name: Build package
29
0 commit comments