From d52a7dc4c5d0a1a3de3cdb1074182079c0827c2f Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 10 Jun 2020 15:56:00 +0200 Subject: Add dependencies as artifacts to be able to download them --- .github/workflows/pip-packaging-windows.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github') 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/ -- cgit v1.2.3