File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 11[project ]
22name = " expedia_travel_recommendations"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " Travel recommendations MCP Server"
55readme = " README.md"
66license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments