Skip to content

Commit

Permalink
fix python release
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 15, 2024
1 parent 90219f4 commit c88a3a7
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
@@ -107,7 +107,10 @@ jobs:
needs: [macos, linux, windows, sdist]
steps:
- uses: actions/download-artifact@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Publish to PyPI
uses: messense/maturin-action@v1
if: github.event_name == 'release' && github.event.action == 'published'
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cities-json"
version = "0.6.4"
version = "0.6.5"
edition = "2021"
license = "Unlicense"
description = "Get cities"
4 changes: 2 additions & 2 deletions citiespy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion citiespy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citiespy"
version = "0.6.4"
version = "0.6.5"
edition = "2021"
license = "Unlicense"

0 comments on commit c88a3a7

Please sign in to comment.