Skip to content

Commit

Permalink
ci(cd): add twine
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Jul 22, 2023
1 parent fbfc1cb commit e3fa8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
id: install-dependencies
run: |
python -m pip install -U pip setuptools poetry
python -m pip install -U pip setuptools poetry twine
python -m poetry install
- name: Semantic release
Expand Down

0 comments on commit e3fa8d5

Please sign in to comment.