Skip to content

Commit

Permalink
forgot wheels in release
Browse files Browse the repository at this point in the history
  • Loading branch information
TcMits committed Dec 8, 2023
1 parent 2508268 commit c8eb5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- run: twine check --strict dist/*
- uses: actions/upload-artifact@v3
with:
name: pypi_files
name: wheels
path: dist

sdist:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustgi"
version = "0.1.10"
version = "0.1.11"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit c8eb5eb

Please sign in to comment.