Skip to content

Commit ae5e637

Browse files
authored
Update main.yml
1 parent 7b04aa9 commit ae5e637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
source $(conda info --base)/etc/profile.d/conda.sh
3939
conda activate cool-graph-env
4040
python -m build
41-
python -m twine upload dist/* --verbose
41+
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

0 commit comments

Comments
 (0)