We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59bdb1 commit c248ed9Copy full SHA for c248ed9
1 file changed
.github/workflows/cd.yml
@@ -16,21 +16,10 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
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
30
- uses: JRubics/poetry-publish@v1.16
31
name: Build and publish to PyPI
32
with:
33
pypi_token: ${{ secrets.PYPI_TOKEN }}
34
- ignore_dev_requirements: "yes"
35
repository_url: https://upload.pypi.org/legacy/
36
repository_name: pandasai
+ poetry_install_options: "--without dev"
0 commit comments