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

Create release_to_pypi.yml github action #240

Merged
merged 1 commit into from Nov 5, 2022
Merged

Create release_to_pypi.yml github action #240

merged 1 commit into from Nov 5, 2022

Conversation

raybellwaves
Copy link
Collaborator

taken from geopandas https://github.com/geopandas/geopandas/blob/main/.github/workflows/release_to_pypi.yml

should simplify the release procedure.

This should trigger when a tag is created which start with v.

You'll have to add your PYPI_API_TOKEN in the settings of this repo.

I'm also motivated with this to upload the wheels as well to pypi #238 (reply in thread)

@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2022

Codecov Report

Merging #240 (9b252a0) into master (f429698) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #240   +/-   ##
=======================================
  Coverage   95.44%   95.44%           
=======================================
  Files          32       32           
  Lines        3051     3051           
=======================================
  Hits         2912     2912           
  Misses        139      139           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@anitagraser
Copy link
Collaborator

anitagraser commented Sep 11, 2022

Hi Ray, this sounds very helpful. Thank you!

I've added PYPI_API_TOKEN to this repo.

@anitagraser
Copy link
Collaborator

Is this ready to merge from your perspective?

@raybellwaves
Copy link
Collaborator Author

Is this ready to merge from your perspective?

Yep

@anitagraser anitagraser merged commit f4b35ff into movingpandas:master Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants