Skip to content

Commit

Permalink
0.1.2: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FerdinandSu committed Nov 4, 2024
1 parent 8de418f commit ac06237
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
run: |
cp ../*.md .
python -m build
working-directory: ./src/
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit ac06237

Please sign in to comment.