aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-14 02:56:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-14 02:56:56 +0300
commita505a0ba1dcbdbe78fbb661eb5942b3a0ca55ce1 (patch)
tree8534531fe9713db670f2f21e76c52db037c2a416
parentworkflows/test: error out if no files to upload (diff)
downloadcgitize-a505a0ba1dcbdbe78fbb661eb5942b3a0ca55ce1.tar.gz
cgitize-a505a0ba1dcbdbe78fbb661eb5942b3a0ca55ce1.zip
workflows/test: no need to install Twine
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 713782e..f3057ab 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -69,7 +69,7 @@ jobs:
with:
python-version: 3.6
- name: Install tools
- run: python3 -m pip install --upgrade build twine
+ run: python3 -m pip install --upgrade build
- name: Build package
run: python3 -m build
- name: Upload dist