Skip to content

Commit

Permalink
Fix GitHub workflow working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CarrotManMatt committed Dec 16, 2024
1 parent 57cdb69 commit 7a44b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-pypi-redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: astral-sh/setup-uv@v3

- name: Build Package
run: uv build --project ./.pypi-redirects/downdoc --sdist
working-directory: ./.pypi-redirects/downdoc
run: uv build --sdist

- name: Publish to PyPI
working-directory: ./.pypi-redirects/downdoc
run: uv publish
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a44b48

Please sign in to comment.