Skip to content

Commit

Permalink
add gha steps
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jan 17, 2024
1 parent 337d0b7 commit 37c7311
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:

name: upload release to PyPI
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
Expand All @@ -27,4 +27,6 @@ jobs:
- name: Build and publish
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 37c7311

Please sign in to comment.