Skip to content

Commit 06c9575

Browse files
committed
add missing twine dependencies
1 parent 680ebca commit 06c9575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ variables:
9696
conda_install_twine: &conda_install_twine
9797
run:
9898
name: Install twine
99-
command: conda install -y twine importlib-metadata
99+
command: conda install -y -c conda-forge twine importlib-metadata keyring keyrings.alt rfc3986
100100
pypi_create_pypirc: &pypi_create_pypirc
101101
run:
102102
name: init .pypirc

0 commit comments

Comments
 (0)