Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
BSPR0002 committed Nov 11, 2024
1 parent 7fad1ca commit 5d889c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python setup.py bdist_wheel --python-tag cp311 --plat-name win_amd64
python setup.py bdist_wheel --python-tag cp312 --plat-name win_amd64
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-output
path: dist/*
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
from setuptools import setup, find_packages

with open('README.md', 'r') as file:
readme = file.read()

setup(
name="bsif-webview2",
version="1.2.1",
author="Blue Sky Infomation Factory",
description="Microsoft Webview2 for python.",
long_description=readme,
long_description_content_type="text/markdown",
packages=find_packages(),
package_data={
"webview": [
Expand Down

0 comments on commit 5d889c9

Please sign in to comment.