Skip to content

Commit

Permalink
Twine fix (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericspod authored Feb 21, 2022
1 parent 3396704 commit 5d31e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 wheel
pip install flake8 wheel twine
pip install -r requirements.txt
- name: Build package
run: python setup.py bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 wheel
pip install flake8 wheel twine
pip install -r requirements.txt
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
Expand Down

0 comments on commit 5d31e00

Please sign in to comment.