Skip to content

Commit

Permalink
extras
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Dec 19, 2024
1 parent 3d6b836 commit 270966f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Setup Latest Poetry
run: pipx install --suffix @main 'poetry @ git+https://github.com/python-poetry/poetry'
- name: Install django-payments-chile
run: poetry@main install --with dev
run: poetry@main install --all-extras --all-groups
- name: Deploy Docs
run: poetry@main run mkdocs gh-deploy --force

Expand Down Expand Up @@ -86,5 +86,5 @@ jobs:
run: poetry@main install --with dev
- name: Build django-payments-chile
run: poetry@main build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 270966f

Please sign in to comment.