Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dapavlik authored Feb 20, 2025
1 parent 7b04aa9 commit ae5e637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
source $(conda info --base)/etc/profile.d/conda.sh
conda activate cool-graph-env
python -m build
python -m twine upload dist/* --verbose
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

0 comments on commit ae5e637

Please sign in to comment.