Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Remove echo code in release action #17

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
if: steps.cache-dependencies.cache-hit != 'true'
run: poetry install

- run: echo 'release ${{ github.event.release.name }}'

- name: Publish to PyPI
run:
poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }};
Expand Down