Skip to content

Commit

Permalink
changed publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
skatnagallu committed Mar 15, 2024
1 parent 84136f1 commit a2cb9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- run: poetry install
- run: poetry run pytest
# - run: poetry install
# - run: poetry run pytest
- run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
- name: Publish package
run: poetry publish --build

0 comments on commit a2cb9e4

Please sign in to comment.