Skip to content

Commit

Permalink
Add publish package step
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Dec 2, 2024
1 parent 228629e commit e548d39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
- name: Build package
run: python -m build --outdir dist

- name: List directory
run: ls -l dist
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Capture Wheel Filename
id: wheel_filename
Expand Down

0 comments on commit e548d39

Please sign in to comment.