Skip to content

Commit

Permalink
Update publish_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed May 3, 2023
1 parent f3df79b commit 9a64b49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U build twine nyxus
python -m pip install --upgrade pip twine build
- name: Build wheels
run: python -m build
- name: Publish to PyPi
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
TWINE_REPOSITORY: testpypi
run:
python -m build
twine upload dist/*.whl
python -m twine upload dist/*.whl

0 comments on commit 9a64b49

Please sign in to comment.