Skip to content

Commit

Permalink
package: install build
Browse files Browse the repository at this point in the history
  • Loading branch information
d70-t committed Mar 14, 2024
1 parent 09028af commit 93de9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 93de9a4

Please sign in to comment.