Skip to content

Commit c248ed9

Browse files
committed
fix: cd with new poetry version
1 parent b59bdb1 commit c248ed9

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818

19-
- name: Set up Python
20-
uses: actions/setup-python@v4
21-
with:
22-
python-version: "3.11"
23-
24-
- name: Upgrade pip
25-
run: python -m pip install --upgrade pip
26-
27-
- name: Install Poetry 1.7.1
28-
run: pip install poetry==1.7.1
29-
3019
- uses: JRubics/poetry-publish@v1.16
3120
name: Build and publish to PyPI
3221
with:
3322
pypi_token: ${{ secrets.PYPI_TOKEN }}
34-
ignore_dev_requirements: "yes"
3523
repository_url: https://upload.pypi.org/legacy/
3624
repository_name: pandasai
25+
poetry_install_options: "--without dev"

0 commit comments

Comments
 (0)