mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 06:38:04 +00:00
10 lines
179 B
Bash
10 lines
179 B
Bash
![]() |
#!/bin/bash
|
||
|
set -euxo pipefail
|
||
|
|
||
|
(cd .. && ./gradlew :metadata-events:mxe-schemas:build)
|
||
|
./scripts/ci.sh
|
||
|
|
||
|
rm -rf build dist || true
|
||
|
python -m build
|
||
|
python -m twine upload 'dist/*'
|