mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 01:18:12 +08:00
Feat: Add biweekly and bimonthly and fix translations (#36)
This commit is contained in:
@@ -22,8 +22,11 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install -U pip setuptools poetry
|
||||
python -m pip install poetry
|
||||
apt-get update
|
||||
apt-get -y install gettext
|
||||
python -m pip install pip setuptools django poetry
|
||||
# compile messages to get .mo files
|
||||
django-admin compilemessages
|
||||
- name: Build and publish package
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||
run: poetry --build --username=__token__ --password=${{ secrets.PYPI_TOKEN }} publish
|
||||
|
||||
Reference in New Issue
Block a user