Skip to content

Commit ea5223f

Browse files
authored
Delay building of the container after publishing to PyPi
1 parent bc0840e commit ea5223f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
with:
5757
user: __token__
5858
password: ${{ secrets.PYPI_TOKEN }}
59+
- name: Wait for PyPI
60+
run: sleep 60
5961
build-and-push-container-image:
6062
name: Builds and pushes the Matter Server container to ghcr.io
6163
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)