Skip to content

Commit d7fda2c

Browse files
Enforce build before publishing.
1 parent 98e64a1 commit d7fda2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
- name: Publish pip release
158158
run: |
159159
export HOST_UID=$(id -u)
160+
docker-compose -f docker-compose-build.yaml build
160161
docker-compose -f docker-compose-build.yaml run \
161162
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
162163
sh -lc "pip install twine && python -m twine upload dist/*"

0 commit comments

Comments
 (0)