Skip to content

Commit b408518

Browse files
committed
Релиз
1 parent 1d9e995 commit b408518

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Publish package to PyPI
5656
env:
5757
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
58-
run: poetry publish --no-interaction
58+
run: make release
5959

6060
- name: Create GitHub release
6161
uses: softprops/action-gh-release@v2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ major: check
3939
poetry version major
4040

4141
release: patch
42-
poetry publish
42+
poetry publish --no-interaction

0 commit comments

Comments
 (0)