Skip to content

Commit 09d656b

Browse files
authored
Merge pull request #16 from ExpediaGroup/etr-1
workflow changes
2 parents 9568978 + 3660179 commit 09d656b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/publish-test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/upload-artifact@v4
2828
with:
2929
name: python-dist
30-
path: dist/*
30+
path: dist/
3131

3232
publish:
3333
runs-on: ubuntu-latest
@@ -40,9 +40,11 @@ jobs:
4040
uses: actions/download-artifact@v4
4141
with:
4242
name: python-dist
43-
path: dist
43+
path: dist/
4444

4545
- name: Publish to Test PyPI
4646
uses: pypa/gh-action-pypi-publish@release/v1
4747
with:
4848
repository-url: https://test.pypi.org/legacy/
49+
packages: dist/*.whl
50+
password: ${{ secrets.TEST_PY_PI_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "expedia_travel_recommendations"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Travel recommendations MCP Server"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)