Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
fixing packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Mar 9, 2022
1 parent 1ec8daf commit 1fb045b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install --upgrade setuptools
pip install wheel twine
- name: Make tarball
run: python setup.py sdist
- name: Make wheel
Expand Down

0 comments on commit 1fb045b

Please sign in to comment.