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

Commit c01d3c8

Browse files
committed
ci: add missing twine dependency
1 parent b71774f commit c01d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Build wheel
1717
run: |
18-
python -m pip install wheel poetry
18+
python -m pip install wheel poetry twine
1919
poetry build
2020
2121
- name: Upload artifact

0 commit comments

Comments
 (0)