Skip to content

Commit

Permalink
rename filetypes plugin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggrathon committed Aug 17, 2023
1 parent b635bed commit 4e73699
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install build
- name: Build plugin
run: python -m build xiplot_plugin_filetypes
run: python -m build plugin_xiplot_filetypes
- name: Publish plugin
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: xiplot_plugin_filetypes/dist
packages-dir: plugin_xiplot_filetypes/dist
skip-existing: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ Untitled.ipynb
data/
uploads/
node_modules
plugins/*.whl
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion plugins/.gitignore

This file was deleted.

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@ xiplot = "xiplot:cli"
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["."]
include = ["xiplot*"]
exclude = ["tests", "test_plugin"]
namespaces = true
[tool.setuptools]
packages = ["xiplot"]

[tool.black]
target-version = ['py37']
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ plotly>=5.9.0
scikit-learn>=1.0
kaleido~=0.2.1
packaging<22 # Needed for dash-uploader==0.6.0
./plugin_xiplot_filetypes

0 comments on commit 4e73699

Please sign in to comment.