Skip to content

Commit

Permalink
[TASK] corrected setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Jun 14, 2024
1 parent 0f9345d commit 5f2be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python setup.py build_proto_c
python -m pip install --upgrade pip, wheel, setuptools, twine
python -m pip install --upgrade pip wheel setuptools twine
pip install setuptools wheel twine
- name: Build and publish
env:
Expand Down

0 comments on commit 5f2be90

Please sign in to comment.