Skip to content

Commit

Permalink
Fix build permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou authored Nov 6, 2024
1 parent 4432157 commit 352d5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
python-version: "3.12"
- name: Install build
run: |
python -m pip install build
python -m pip install build --user
- name: Build a source tarball
run: |
sudo python3 -m build
python -m build
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 352d5d4

Please sign in to comment.