Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial py-rattler release pipeline #351

Merged
merged 32 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5555f6c
wip
baszalmstra Sep 26, 2023
dfe3224
wip
baszalmstra Sep 26, 2023
c2ce414
wip
baszalmstra Sep 26, 2023
3b42941
wip
baszalmstra Sep 26, 2023
a487d02
remove i686
baszalmstra Sep 26, 2023
5bb4454
wip
baszalmstra Sep 26, 2023
7b3236e
fix: dont use pixi 😞
baszalmstra Oct 3, 2023
a9ea770
fix: correct directories
baszalmstra Oct 3, 2023
3a47bbb
feat: add more targets
baszalmstra Oct 3, 2023
0f06b52
feat: dont use openssl
baszalmstra Oct 3, 2023
3e97efc
fix: dont fail fast
baszalmstra Oct 3, 2023
cac34bc
fix: use correct directory for wheels
baszalmstra Oct 5, 2023
0781eef
fix: dont build unsupported ring targets
baszalmstra Oct 5, 2023
fc8fbe5
fix: musl linux
baszalmstra Oct 5, 2023
4d5a1fe
fix: correct dist directory for upload
baszalmstra Oct 5, 2023
4dfc7c3
fix: use native-tls on some platforms that dont support rustls-tls
baszalmstra Oct 5, 2023
b85f71d
fix: features in the correct place
baszalmstra Oct 5, 2023
095d82d
fix: use vendored openssl
baszalmstra Oct 5, 2023
b78e85d
fix: add upload code
baszalmstra Oct 5, 2023
bb9e7ff
fix: validate tag location
baszalmstra Oct 5, 2023
60f270a
Merge branch 'main' into feat/py-ratter-release-ci
baszalmstra Oct 5, 2023
20479ca
wip: check if this validates wheel install
tarunps Oct 5, 2023
96ab717
fix: add version printing after install
tarunps Oct 5, 2023
88c5ba6
fix: add auto computed version string
tarunps Oct 5, 2023
80482d6
fix: delete _get_rattler_version after using
tarunps Oct 5, 2023
d14b4eb
Merge pull request #3 from Wackyator/feat/py-rattler-release-ci
baszalmstra Oct 5, 2023
dd3223b
Merge branch 'main' into feat/py-ratter-release-ci
baszalmstra Oct 5, 2023
a337d73
fix: missing unwrap
tarunps Oct 5, 2023
f408ae3
Merge branch 'main' into feat/py-ratter-release-ci
baszalmstra Oct 5, 2023
6e810e1
fix: typo
tarunps Oct 5, 2023
b6676f6
fix: musl linux x86_64
baszalmstra Oct 5, 2023
91f133b
fix: target python 3.8
baszalmstra Oct 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/check-lfs.yml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/python-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
with:
submodules: recursive
lfs: true
- run: |
curl -fsSL https://pixi.sh/install.sh | bash
echo "/home/runner/.pixi/bin" >> $GITHUB_PATH
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.3.0
cache: true
manifest-path: py-rattler/pixi.toml
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy, rustfmt
Expand Down
Loading