Skip to content

Commit

Permalink
fix deploy pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Dec 14, 2024
1 parent f44aacd commit 73c32c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pythonBinding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ jobs:
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
run : |
cat <<EOF > ~/.pypirc
[distutils]
index-servers =
libpointing
[distutils]
index-servers =
libpointing
[libpointing]
repository = https://upload.pypi.org/legacy/
username = __token__
password = $PYPI_TOKEN
EOF
[libpointing]
repository = https://upload.pypi.org/legacy/
username = __token__
password = $PYPI_TOKEN
EOF
python3 -m twine upload python/*

0 comments on commit 73c32c4

Please sign in to comment.