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

chore: update runs-on value in python_release.yml #1940

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

wjones127
Copy link
Collaborator

@wjones127 wjones127 commented Dec 5, 2023

Description

Latest Python release had a bunch of failures: https://github.com/delta-io/delta-rs/actions/runs/7095801050

Also doing some general cleanup.

TODO:

  • Figure out why Linux job failed

Related Issue(s)

Documentation

Copy link

github-actions bot commented Dec 5, 2023

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

Comment on lines -42 to -49
# We use extra recent Cargo.toml syntax, so we need at least Rust 1.71.0
- name: Install newer rust
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
override: true

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- name: Publish to pypi (without sdist)
uses: messense/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
target: ${{ matrix.target }}
command: publish
args: -m python/Cargo.toml --no-sdist ${{ env.FEATURES_FLAG }}

release-pypi-mac-universal2:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think anyone really has need for this.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are those feature flags setting there?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean this?

# For ease of development, we make rustls default. But for release we should
# use native TLS.
FEATURES_FLAG: --no-default-features --features native-tls

@ion-elgreco ion-elgreco changed the title Update runs-on value in python_release.yml chore: update runs-on value in python_release.yml Dec 5, 2023
ion-elgreco
ion-elgreco previously approved these changes Dec 5, 2023
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Dec 5, 2023
@ion-elgreco ion-elgreco marked this pull request as ready for review December 5, 2023 17:05
@ion-elgreco ion-elgreco self-requested a review December 5, 2023 17:06
@ion-elgreco ion-elgreco enabled auto-merge (squash) December 5, 2023 17:06
@ion-elgreco ion-elgreco merged commit 8f5c41d into delta-io:main Dec 5, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants