Skip to content

Commit dcde3de

Browse files
committed
update workflow
1 parent 291a253 commit dcde3de

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
- name: Install Poetry
4343
run: |
4444
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.3
45+
poetry install --no-interaction --no-root
4546
echo "$HOME/.local/bin" >> $GITHUB_PATH
4647
4748
- name: Check if version exists
4849
id: check_version
4950
run: |
5051
# 1. Get metadata from pyproject.toml
51-
poetry install --no-interaction --no-root
5252
PACKAGE_NAME=$(poetry version | awk '{print $1}')
5353
PACKAGE_VERSION=$(poetry version --short)
5454

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ build-backend = "poetry.core.masonry.api"
8080
[tool.flake8]
8181
max_line_length = 190
8282

83-
[tool.poetry.requires-plugins]
84-
poetry-plugin-export = "^1.9"
8583

8684
[tool.poetry-auto-export]
8785
output = "requirements.txt"

0 commit comments

Comments
 (0)