Skip to content

Commit

Permalink
Save as artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinenar committed Jul 8, 2024
1 parent 69e59dd commit 63399bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: Archive package and upload
uses: actions/upload-artifact@v4
with:
name: coverage
path: dist/*

# - name: Publish package
# uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
# with:
Expand Down

0 comments on commit 63399bc

Please sign in to comment.