File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- # This file is autogenerated by maturin v1.5.1
1
+ # This file is autogenerated by maturin v1.5.1, and minimally edited by hand.
2
+ # See comments below for the edited sections.
3
+ #
2
4
# To update, run
3
5
#
4
6
# maturin generate-ci github
5
7
#
8
+ # and re-add the edits.
6
9
name : CI
7
10
8
11
on :
48
51
args : --release --out dist --find-interpreter
49
52
sccache : ' true'
50
53
manylinux : auto
54
+ # BEGIN EDITED SECTION #
55
+ # Install OpenSSL development headers into the manylinux docker container
56
+ # used to build the wheels.
57
+ # Note: libatomic is necessary for the build to succeed.
51
58
before-script-linux : |
52
59
# If we're running on rhel centos, install needed packages.
53
60
if command -v yum &> /dev/null; then
62
69
# If we're running on debian-based system.
63
70
apt update -y && apt-get install -y libssl-dev openssl pkg-config
64
71
fi
72
+ # END EDITED SECTION #
65
73
- name : Upload wheels
66
74
uses : actions/upload-artifact@v4
67
75
with :
@@ -145,6 +153,10 @@ jobs:
145
153
- uses : actions/download-artifact@v4
146
154
- name : Publish to PyPI
147
155
uses : PyO3/maturin-action@v1
156
+ # BEGIN EDITED SECTION
157
+ # The `MATURIN_PYPI_TOKEN` env var was removed in order to authenticate
158
+ # to PyPI using the Trusted Publishers feature instead.
159
+ # END EDITED SECTION.
148
160
with :
149
161
command : upload
150
162
args : --non-interactive --skip-existing wheels-*/*
You can’t perform that action at this time.
0 commit comments