Skip to content

Commit

Permalink
install twine (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeroto521 authored Oct 31, 2022
1 parent 3274bb5 commit 8c00647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.x"

- name: Install Dependencies
run: python -m pip install --upgrade pip setuptools wheel
run: python -m pip install --upgrade pip setuptools wheel twine

- name: Build sdist
run: |
Expand Down

0 comments on commit 8c00647

Please sign in to comment.