Skip to content

Commit

Permalink
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 9cf5134 commit 38706cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/pythonBinding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,18 @@ jobs:
with:
path: |
libraries/
python/
python/
- name: Publish Python 🐍 distribution 📦 to PyPI
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
run : |
cat "[distutils]
index-servers =
libpointing
[PROJECT_NAME]
repository = https://upload.pypi.org/legacy/
username = __token__
password = $PYPI_TOKEN" > ~/.pypirc
python3 -m twine upload python/*
2 changes: 1 addition & 1 deletion bindings/Python/cython/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "libpointing"
version = "1.1.0"
version = "1.1.1"
description = "Python binding for libpointing."
requires-python = "==3.12.*"
authors = [
Expand Down

0 comments on commit 38706cd

Please sign in to comment.