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 ae5e637 commit 490aca6Copy full SHA for 490aca6
.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 --repository-url https://upload.pypi.org/legacy/ dist/*
+ python -m twine upload --repository-url https://pypi.org/project/cool-graph/ dist/*
0 commit comments