Skip to content

Commit

Permalink
put back upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Jun 5, 2024
1 parent 098bb41 commit 4b23a31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:

token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Distributions
uses: actions/upload-artifact@v4
with:
name: jupyterlab_mol_visualizer-releaser-dist-${{ github.run_number }}
path: .jupyter_releaser_checkout/dist

0 comments on commit 4b23a31

Please sign in to comment.