Skip to content

Commit

Permalink
added utility package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
doppleware authored Apr 21, 2022
1 parent f533080 commit df02875
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Build utility package
working-directory: ./utility_packages
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
packages_dir: ./utility_packages/dist
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit df02875

Please sign in to comment.