summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-10 15:56:00 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-10 15:56:00 +0200
commitd52a7dc4c5d0a1a3de3cdb1074182079c0827c2f (patch)
treed7ce7cddcc8dd1447a2c1aaf58941344b00e52ee /.github
parentfff2aee667a674b7da2889abdafd8cec360ef621 (diff)
Add dependencies as artifacts to be able to download them
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pip-packaging-windows.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 96ac05c0..5d9eafe7 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -40,4 +40,9 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
- run: python -m twine upload --repository-url https://test.pypi.org/legacy/ build/src/python/dist/* \ No newline at end of file
+ run: python -m twine upload --repository-url https://test.pypi.org/legacy/ build/src/python/dist/*
+ - name: Upload artifacts
+ uses: actions/upload-artifact@v1
+ with:
+ name: dependencies
+ path: c:/vcpkg/installed/x64-windows/lib/