File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/setup-python@v6
1313 with :
1414 python-version : " 3.x"
15+ - run : sudo apt-get update && sudo apt-get install -y gettext
1516 - name : Install Python dependencies
1617 run : python -m pip install --upgrade pip build wheel twine readme-renderer
1718 - run : python -m build --sdist --wheel
Original file line number Diff line number Diff line change 1111 - uses : actions/setup-python@v6
1212 with :
1313 python-version : " 3.x"
14+ - run : sudo apt-get update && sudo apt-get install -y gettext
1415 - run : python -m pip install --upgrade pip build wheel
1516 - run : python -m build --sdist --wheel
1617 - uses : actions/upload-artifact@v5
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" flit_core>=3.2 " , " flit_scm " , " wheel" ]
3- build-backend = " flit_scm:buildapi "
2+ requires = [" flit-gettext[scm] " , " wheel" ]
3+ build-backend = " flit_gettext.scm "
44
55[project ]
66name = " django-mail-auth"
You can’t perform that action at this time.
0 commit comments