We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edf704 commit 040be2aCopy full SHA for 040be2a
.github/workflows/ci.yml
@@ -26,13 +26,16 @@ jobs:
26
output-dir: wheelhouse
27
config-file: "{package}/pyproject.toml"
28
env:
29
-
30
CIBW_SKIP: pp*
31
# Run the package tests using `pytest`
32
CIBW_TEST_REQUIRES: pytest dropbox asyncio tqdm aiohttp suite2p
33
CIBW_TEST_COMMAND: >
34
cd {package} &&
35
pytest tests
+ DROPBOX_SECRET: ${{ secrets.DROPBOX_SECRET }}
36
+ DROPBOX_APP_KEY: ${{ secrets.DROPBOX_APP_KEY }}
37
+ DROPBOX_REFRESH_TOKEN: ${{ secrets.DROPBOX_REFRESH_TOKEN }}
38
+ DROPBOX_SHARED_LINK: ${{ secrets.DROPBOX_SHARED_LINK }}
39
40
- uses: actions/upload-artifact@v4
41
with:
0 commit comments