We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680ebca commit 06c9575Copy full SHA for 06c9575
.circleci/config.yml
@@ -96,7 +96,7 @@ variables:
96
conda_install_twine: &conda_install_twine
97
run:
98
name: Install twine
99
- command: conda install -y twine importlib-metadata
+ command: conda install -y -c conda-forge twine importlib-metadata keyring keyrings.alt rfc3986
100
pypi_create_pypirc: &pypi_create_pypirc
101
102
name: init .pypirc
0 commit comments