Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikrelekar authored Aug 13, 2024
1 parent b7f9525 commit 60f98f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: rm -rf dist/*
- name: Build package
run: python -m build
- name: Show setup.py
run: cat setup.py
- name: List distribution files
run: ls -la dist/
- name: Publish package
Expand Down

0 comments on commit 60f98f0

Please sign in to comment.