Skip to content

Commit bdc8f1e

Browse files
committed
fix package publish
1 parent 65e0bd2 commit bdc8f1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pypy-publish-client.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ jobs:
3030
working-directory: clients/python
3131

3232
steps:
33-
- uses: actions/checkout@v3
33+
- name: Checkout repository
34+
uses: actions/checkout@v3
35+
- name: Ensure Version Alignment
36+
run: make ensure-versions-alignment
3437
- name: Install the latest version of uv
3538
uses: astral-sh/setup-uv@v6
3639
with:
3740
version: "latest"
3841
# - name: fix openssl legacy mode
3942
# run: sudo sed -i '/^default = default_sect/a legacy = legacy_sect' /etc/ssl/openssl.cnf && sudo sed -i 's/#openssl_conf/openssl_conf/g' /etc/ssl/openssl.cnf && sudo sed -i '/^\[default_sect\]/a activate = 1\n\[legacy_sect\]\nactivate = 1' /etc/ssl/openssl.cnf
40-
- name: Ensure Version Alignment
41-
run: make ensure-versions-alignment
4243
- name: Install requirements
4344
run: uv sync --python=${{ matrix.python }}
4445
- name: Build wheel

0 commit comments

Comments
 (0)