Skip to content

Commit

Permalink
Merge pull request #10 from ionite34/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ionite34 authored May 17, 2022
2 parents d5ea2d9 + b033924 commit 51a26ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
run: |
python -m pip install -r requirements-dev.txt
- name: Publish distribution 📦 to Test PyPI
- name: Publish distribution 📦 to PyPI
uses: casperdcl/deploy-pypi@v2
with:
password: ${{ secrets.PYPI_API_TOKEN }}
pip: wheel -w dist/ --no-deps .
url: https://test.pypi.org/legacy/

0 comments on commit 51a26ea

Please sign in to comment.