Skip to content

Commit

Permalink
update github action for publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
laureng-hd committed Jul 30, 2024
1 parent 2ea69e9 commit 87f26f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

- name: Fix Git ownership issue
run: |
git config --global --add safe.directory /github/workspace
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
plugins: "poetry-dynamic-versioning[plugin]"

0 comments on commit 87f26f5

Please sign in to comment.