summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-osx.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-31 09:23:14 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-31 09:23:14 +0200
commit974a045acfdae6a9980d9473f9dc3ece716aa0e1 (patch)
tree8b4b154b61d8ab1310f43c4882b57a7bd8ec669a /.github/workflows/pip-packaging-osx.yml
parentc4c2e870662528467ef130b3e6a9f76682a86fd1 (diff)
Add some fields for PyPi nice render
Diffstat (limited to '.github/workflows/pip-packaging-osx.yml')
-rw-r--r--.github/workflows/pip-packaging-osx.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/pip-packaging-osx.yml b/.github/workflows/pip-packaging-osx.yml
index 28dd1d53..f30b89d8 100644
--- a/.github/workflows/pip-packaging-osx.yml
+++ b/.github/workflows/pip-packaging-osx.yml
@@ -36,11 +36,9 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=Release -DPython_ADDITIONAL_VERSIONS=3 ..
cd src/python
python setup.py bdist_wheel
- pwd
- name: Publish on PyPi
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
- pwd
python -m twine upload --repository-url https://test.pypi.org/legacy/ build/src/python/dist/* \ No newline at end of file