Skip to content

Commit

Permalink
Add compiled translations on Publish to PyPi Action. Closes #824
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarfonts authored and tomwojcik committed Jun 7, 2024
1 parent f917a1d commit 566984a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
poetry-version: ${{ matrix.poetry-version }}
- name: Build and publish
run: |
poetry run pybabel compile --domain django --directory djoser/locale -f
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
# alternative for the next release. Before, set version in pyproject to 0.0.0
Expand Down

0 comments on commit 566984a

Please sign in to comment.