fix build package/image

This commit is contained in:
d3vyce 2023-12-19 22:35:55 +01:00
parent 838e7aadaa
commit d246b7f8b7
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
types: [published]
jobs:
build docker:
build-docker:
runs-on: ubuntu-latest
steps:
- name: checkout code

View File

@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --yes python3-setuptools python3-wheel
sudo apt-get install --yes python3-setuptools python3-build
- name: Build
run: |
python3 -m build