Skip to content

Commit

Permalink
Restore full wheel filename
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Aug 28, 2023
1 parent 1762e8b commit 7146cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
poetry build
cp dist/*.whl web/
mv web/*.whl web/upk2esphome.whl
mv web/*.whl web/upk2esphome-0.1.0-py3-none-any.whl
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 1 addition & 1 deletion web/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": [
"./upk2esphome.whl"
"./upk2esphome-0.1.0-py3-none-any.whl"
]
}

0 comments on commit 7146cb7

Please sign in to comment.