You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6with:
# Optional, a directory where to extract artifact(s), defaults to the current directorypath: dist/# Optional, will use specified workflow run# use ${{ github.event.workflow_run.id }} when your action runs in a workflow_run event# and wants to download from the triggering workflow runrun_id: ${{ github.event.inputs.run_id || github.event.workflow_run.id }}
The text was updated successfully, but these errors were encountered:
sdist
(currently onlybdist_wheel
)uv
for building eudplib wheelsPython
See
https://github.com/pyca/cryptography/issues/11548
https://github.com/marcelotduarte/cx_Freeze/issues/1410#issuecomment-1851323175
C/C++:
CMake
(Linux) or Visual Studio solutionsFor MSVC, github manages Windows Server 2022 host: https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
C/C++:
CMake
&pybind11
See https://pybind11.readthedocs.io/en/stable/compiling.html
Rust:
pyo3
Upload and download artifacts
https://github.com/dawidd6/action-download-artifact
공식 액션
actions/download-artifact
은 다른 워크플로에서 업로드한 파일을 다운 받는게 안 된다.dawidd6/action-download-artifact
을 사용해야 build와 publish를 분리할 수 있다.The text was updated successfully, but these errors were encountered: