ci: add build-push.yaml #2

Merged
mctaylors merged 2 commits from actions into master 2025-06-01 11:45:08 +03:00
Showing only changes of commit b8dc3f70d8 - Show all commits

View file

@ -8,6 +8,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: |
pip install -r requirements.txt