Skip to content

Commit

Permalink
Tweak pip stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jul 31, 2021
1 parent f607f09 commit f0e9148
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- name: Install Pip Dependencies
shell: bash
run: pip install pyinstaller
run: pip install pyinstaller wheel

- name: Build
- name: Build for PyInstaller
shell: bash
run: pyinstaller --onefile epjson_transition.spec

Expand All @@ -53,12 +53,12 @@ jobs:
asset_name: ${{ matrix.asset }}
tag: ${{ github.ref }}

- name: Package for PyPi
- name: Build for PyPi
shell: bash
run: rm -rf dist/ build/ && ${{ matrix.python }} setup.py bdist_wheel sdist

- name: Deploy on PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PyPiPW }}
password: ${{ secrets.PYPIPW }}

0 comments on commit f0e9148

Please sign in to comment.