Skip to content

Commit

Permalink
Update .github/workflows/python-publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
auvipy and cclauss committed Aug 23, 2023
1 parent 88e7ae8 commit a8d29ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install build
- name: Build package
run: python -m build
Expand Down

0 comments on commit a8d29ff

Please sign in to comment.