Skip to content

Commit

Permalink
Merge pull request #243 from pyiron/fix_deploy
Browse files Browse the repository at this point in the history
fix deployment
  • Loading branch information
jan-janssen authored Nov 27, 2023
2 parents b62eb67 + 59aacd6 commit 89aa6be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: "3.11"
- name: Install dependencies
run: python -m pip install --user --upgrade setuptools wheel
run: python -m pip install --user --upgrade jinja2 pandas pyyaml setuptools wheel versioneer
- name: Convert dependencies
run: |
cp .ci_support/environment-old.yml environment.yml
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ executor = [
pysqa = "pysqa.cmd:command_line"
pysqa-executor = "pysqa.executor.backend:command_line"

[tool.setuptools]
packages = ["pysqa"]
[tool.setuptools.packages.find]
include = ["pysqa*"]

[tool.setuptools.dynamic]
version = {attr = "pysqa.__version__"}
Expand Down

0 comments on commit 89aa6be

Please sign in to comment.