Skip to content

Commit

Permalink
Merge pull request #13 from johnomotani/use-newer-setuptools
Browse files Browse the repository at this point in the history
Upgrade setuptools when publishing to PyPi
  • Loading branch information
johnomotani authored May 16, 2020
2 parents e9c651c + 9f39cdf commit e9670af
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 @@ -95,7 +95,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install --upgrade setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit e9670af

Please sign in to comment.