Skip to content

Commit

Permalink
Updates github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martynp committed Mar 14, 2023
1 parent dd50519 commit fbadb73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
runs-on: ubuntu-latest
name: Publish
steps:
- name: Install dependencies
run: pip install wheel
- name: Build package
run: python setup.py sdist bdist_wheel
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit fbadb73

Please sign in to comment.