Skip to content

Commit

Permalink
try fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jan 2, 2025
1 parent d55e176 commit 3c241c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
uv pip install build
- name: Build package
working-directory: sed-processor
run: |
git reset --hard HEAD
python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
#with:
# packages-dir: .
with:
packages-dir: sed-processor/dist

0 comments on commit 3c241c8

Please sign in to comment.