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 12, 2024
1 parent 6cb37ff commit b7f9525
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ permissions:

jobs:
deploy:

runs-on: ubuntu-latest

steps:
Expand All @@ -30,8 +29,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
- name: Clean previous builds
run: rm -rf dist/*
- name: Build package
run: python -m build
- name: List distribution files
run: ls -la dist/
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down

0 comments on commit b7f9525

Please sign in to comment.