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 7b04aa9 commit ae5e637Copy full SHA for ae5e637
.github/workflows/main.yml
@@ -38,4 +38,4 @@ jobs:
38
source $(conda info --base)/etc/profile.d/conda.sh
39
conda activate cool-graph-env
40
python -m build
41
- python -m twine upload dist/* --verbose
+ python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
0 commit comments