Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nfwvogt authored Jun 30, 2021
1 parent 10a5d4e commit 11d6607
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: setup cargo
run: |
cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
cargo publish --manifest-path=roqoqo-derive/Cargo.toml
sleep 60
cargo publish --manifest-path=roqoqo/Cargo.toml
sleep 60
cargo publish --manifest-path=qoqo-macros/Cargo.toml
sleep 60
cargo publish --manifest-path=qoqo/Cargo.toml
sleep 60
cargo publish --manifest-path=roqoqo-test/Cargo.toml
cargo publish --manifest-path=roqoqo-derive/Cargo.toml --no-verify
sleep 30
cargo publish --manifest-path=roqoqo/Cargo.toml --no-verify
sleep 30
cargo publish --manifest-path=qoqo-macros/Cargo.toml --no-verify
sleep 30
cargo publish --manifest-path=qoqo/Cargo.toml --no-verify
sleep 30
cargo publish --manifest-path=roqoqo-test/Cargo.toml --no-verify
deploy_pypi_manylinux:

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
maturin build -i ${{ matrix.python.interpreter }} -m qoqo/Cargo.toml --release --cargo-extra-args="--locked"
RUSTFLAGS="-C link-arg=-undefined -C link-arg=dynamic_lookup" maturin build -i ${{ matrix.python.interpreter }} -m qoqo/Cargo.toml --release --cargo-extra-args="--locked"
python -m twine upload target/wheels/*
# deploy_windows:
Expand Down

0 comments on commit 11d6607

Please sign in to comment.