Skip to content

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 19, 2024
1 parent eafa2b8 commit c3c6ed8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
run: |
python -m build
- name: Install package
run: python -m pip install --ignore-installed ipython_markdown_inspector
run: python -m pip install --find-links=dist --ignore-installed ipython_markdown_inspector
- name: Pip check
run: python -m pip check
- name: Publish builds
uses: actions/upload-artifact@v4
with:
name: ipython_markdown_inspector dist Python${{ matrix.python-version }} run ${{ github.run_number }}
path: ./dist

0 comments on commit c3c6ed8

Please sign in to comment.