Skip to content

Commit

Permalink
Remove unnecessary lines in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink authored Nov 15, 2019
1 parent 17bc611 commit f0ba13f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry
- name: Build and publish
if: github.event_name == "release"
run: |
python -m poetry run publish --build --username "${{ secrets.PYPI_USERNAME }}" --password "${{ secrets.PYPI_PASSWORD }}"
python -m poetry publish --build --username "${{ secrets.PYPI_USERNAME }}" --password "${{ secrets.PYPI_PASSWORD }}"

0 comments on commit f0ba13f

Please sign in to comment.