Skip to content

Commit

Permalink
Update pypi-upload.yml
Browse files Browse the repository at this point in the history
adding packaging explicitly
  • Loading branch information
zanpak authored May 30, 2022
1 parent 7dc5367 commit 0404b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine packaging
- name: Build and publish to pypi.org
env:
TWINE_USERNAME: ${{ secrets.GLOBAL_PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.GLOBAL_PYPI_PASSWORD }}
DAEPLOY_RELEASE_VERSION: ${{ github.event.release.tag_name }}
run: |
python setup.py bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit 0404b66

Please sign in to comment.