Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Package
run: |
cd python
python -m pip install setuptools wheel
python setup.py sdist bdist_wheel
python -m pip install build
python -m build
env:
VERSION: ${{ env.tag }}

Expand Down
2 changes: 2 additions & 0 deletions python/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.PHONY: clean
clean:
rm -rf buf
rm -rf metalstack/admin
rm -rf metalstack/api
rm -rf metalstack/infra

.PHONY: generate
generate:
@find metalstack -type d -exec touch {}/__init__.py \;
@find buf -type d -exec touch {}/__init__.py \;
Empty file added python/buf/__init__.py
Empty file.
Empty file.
Loading