Skip to content

Commit

Permalink
Add Pypi publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkelstern committed May 23, 2023
1 parent 3c23825 commit 95da627
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ jobs:
--non-interactive \
--verbose \
dist/*
- name: Push to PyPi
run: |
twine upload \
-u __token__ \
-p ${{ secrets.PYPI_TOKEN }} \
--non-interactive \
--verbose \
dist/*

0 comments on commit 95da627

Please sign in to comment.