Skip to content

Commit

Permalink
restor single action config
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Nov 8, 2023
1 parent dcba330 commit e9f93ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
python -m build -Csetup-args="-Dlink_blas_statically=True" --outdir=wheelhouse
- name: Upload artifacts to github
if: ${{env.DEPLOY == 'True'}}
if: ${{env.DEPLOY == 'True' && env.SINGLE_ACTION_CONFIG == 'True'}}
uses: actions/upload-artifact@v1
with:
name: wheels
Expand Down

0 comments on commit e9f93ca

Please sign in to comment.