Skip to content

Commit

Permalink
fix(package): rename
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB committed Apr 3, 2024
1 parent 25d35a7 commit ed1da66
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
- name: Create setup.py file
run: |
cat <<EOT >> MANIFEST.in
recursive-include dist *
EOT
cat <<EOT >> setup.py
from setuptools import setup
from pathlib import Path
Expand All @@ -50,8 +47,8 @@ jobs:
setup(
name="vite-project",
version="${{ github.ref_name }}",
package_dir={"react_app": "dist"},
package_data={"react_app": ["**/*.*"]},
package_dir={"vite_project": "dist"},
package_data={"vite_project": ["**/*.*"]},
long_description=long_description,
long_description_content_type="text/markdown"
)
Expand Down

0 comments on commit ed1da66

Please sign in to comment.