Skip to content

Commit

Permalink
Update version to 0.1.1-beta.1 and add package contents listing in wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
thewh1teagle committed Jan 4, 2025
1 parent 48ac484 commit 1a81669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
extracted_dir="espeak-ng-libs"
# Preserve symbolic links
find -L "$extracted_dir" -type f \( -name "*.dll*" -o -name "*.dylib*" -o -name "*.so*" \) -exec cp -P {} src/espeakng_loader/ \;
# Show the contents of the package
echo "Package contents:"
ls -l src/espeakng_loader/
shell: bash

- name: Build and publish
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "espeakng-loader"
version = "0.1.1-beta.0"
version = "0.1.1-beta.1"
description = "A Python package that provides shared library loader for eSpeak NG"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 1a81669

Please sign in to comment.