Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: add missing twine dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Nov 22, 2021
1 parent b71774f commit c01d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Build wheel
run: |
python -m pip install wheel poetry
python -m pip install wheel poetry twine
poetry build
- name: Upload artifact
Expand Down

0 comments on commit c01d3c8

Please sign in to comment.