Skip to content

Commit 7fec494

Browse files
committed
temporary: use poetry-export-plugin @ main
1 parent ffc4fbe commit 7fec494

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
path: poetry-plugin-export
9898
repository: python-poetry/poetry-plugin-export
99-
ref: refs/tags/${{ steps.poetry-plugin-export-version.outputs.version }}
99+
ref: main
100100

101101
- name: Run pytest (poetry-plugin-export)
102102
run: poetry run python -m pytest -p no:sugar -q poetry-plugin-export/tests/

poetry.lock

+11-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ generate-setup-file = false
3535
python = "^3.7"
3636

3737
poetry-core = {git = "https://github.com/abn/poetry-core", branch = "util-link-pep-658"}
38-
poetry-plugin-export = "^1.0"
38+
poetry-plugin-export = {git = "https://github.com/python-poetry/poetry-export-plugin", rev = "main"}
3939
cachecontrol = { version = "^0.12.9", extras = ["filecache"] }
4040
cachy = "^0.3.0"
4141
cleo = "^1.0.0a4"

0 commit comments

Comments
 (0)