File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 57
57
- uses : actions/download-artifact@v2
58
58
with :
59
59
name : wheels
60
+ - name : PYPI_API_TOKEN
61
+ id : pypi_api
62
+ run : echo "Using '${{ secrets.PYPI_API_TOKEN }}' as the MATURIN_PYPI_TOKEN"
60
63
- name : Publish to PyPI
61
64
uses : messense/maturin-action@v1
62
65
env :
Original file line number Diff line number Diff line change @@ -12,4 +12,9 @@ crate-type = ["cdylib"]
12
12
pyo3 = { version = " 0.14" , features = [" extension-module" ] }
13
13
pyo3-asyncio = { version = " 0.14" , features = [" tokio-runtime" ] }
14
14
fpm = { git = " https://github.com/FifthTry/fpm" , rev = " b76522f0e08d50ae513e587cc98c1e0c353a0aba" }
15
+
16
+ # This is added to resolve
17
+ # Error: "failed to run custom build command for `openssl-sys v0.9.72`"
18
+ # for linux github workflow in CI.yml
19
+ # Worflow link: https://github.com/FifthTry/ftd-py/runs/5696299223?check_suite_focus=true
15
20
openssl = { version = " 0.10" , features = [" vendored" ] }
You can’t perform that action at this time.
0 commit comments