Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Apr 13, 2023
1 parent 071d9c5 commit 04cf7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
echo Running in $PWD
python setup.py ${{ github.ref }} sdist bdist_wheel
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Build docs
run: |
Expand Down

0 comments on commit 04cf7af

Please sign in to comment.