diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 02:56:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 02:56:56 +0300 |
commit | a505a0ba1dcbdbe78fbb661eb5942b3a0ca55ce1 (patch) | |
tree | 8534531fe9713db670f2f21e76c52db037c2a416 /.github/workflows/test.yml | |
parent | workflows/test: error out if no files to upload (diff) | |
download | cgitize-a505a0ba1dcbdbe78fbb661eb5942b3a0ca55ce1.tar.gz cgitize-a505a0ba1dcbdbe78fbb661eb5942b3a0ca55ce1.zip |
workflows/test: no need to install Twine
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
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 |