Skip to content

Commit

Permalink
fiddling with github action for pypi publish part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Jan 10, 2025
1 parent d8d34a4 commit 42fb7e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,5 @@ jobs:
- name: "Publish certgrinder package to PyPI"
uses: "pypa/gh-action-pypi-publish@release/v1"
with:
packages-dir: "client/dist/"

- name: "Publish certgrinderd package to PyPI"
uses: "pypa/gh-action-pypi-publish@release/v1"
with:
packages-dir: "server/dist/"
packages-dir: "${{ matrix.workdir }}/dist/"
...

0 comments on commit 42fb7e2

Please sign in to comment.