Skip to content

Commit

Permalink
Update the PyPi upload & build logic
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 authored May 2, 2024
1 parent 39c415d commit 8ab9e80
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ jobs:

- name: Install Dependencies
run: |
python3 -m pip install --upgrade twine
python3 -m pip install --upgrade twine build
- name: Download Release Artifacts
uses: actions/download-artifact@v3
with:
name: dist # Make sure this matches the artifact name from your build job

- name: Upload to PyPI
- name: Build and upload to PyPI
run: |
python -m build
twine upload dist/*
update-homebrew-formula:
Expand Down

0 comments on commit 8ab9e80

Please sign in to comment.