Skip to content

Commit

Permalink
minor: re-adding release task to GH action
Browse files Browse the repository at this point in the history
Lost the release action during last commit.
  • Loading branch information
toumorokoshi committed Feb 15, 2022
1 parent e2480ca commit 13ed5a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ jobs:
make lint
- name: test
run: |
make test
make test
- name: pypi-release
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.python-version == '3.10' }}
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 13ed5a7

Please sign in to comment.