Skip to content

Commit

Permalink
fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Sep 19, 2023
1 parent 7a3e03d commit 3499797
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/PublishPyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
python setup.py bdist_wheel
- name: Publish to PyPI
run: |
python -m twine upload --username __token__ --password ${{
secrets.PYPI_API_TOKEN }} dist/*
python -m twine upload --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} dist/*

0 comments on commit 3499797

Please sign in to comment.