Skip to content

Commit

Permalink
Migrate manifest to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhe committed Jul 31, 2023
1 parent a8a1fd4 commit 939a5fd
Show file tree
Hide file tree
Showing 6 changed files with 13,140 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Build and publish
run: |
poetry run npm install | echo "Ignore npm install error"
poetry run npm run build_no_r
poetry run npm run build
poetry build
poetry publish --username=${{ secrets.PYPI_USERNAME }} --password=${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [1.0.2] - 31-07-23
## [1.0.3] - 31-07-23

### Added

Expand Down
2 changes: 0 additions & 2 deletions dash_extensions/_imports_.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from .Lottie import Lottie
from .Mermaid import Mermaid
from .Purify import Purify
from .Ticker import Ticker
from .WebSocket import WebSocket

__all__ = [
Expand All @@ -18,6 +17,5 @@
"Lottie",
"Mermaid",
"Purify",
"Ticker",
"WebSocket"
]
Loading

0 comments on commit 939a5fd

Please sign in to comment.