Skip to content

Commit

Permalink
Merge pull request #1430 from pyiron/deploy_update
Browse files Browse the repository at this point in the history
Update just the deloy action
  • Loading branch information
jan-janssen committed May 15, 2024
2 parents 5e1d126 + 60f2f2d commit aa1693b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 87 deletions.
4 changes: 0 additions & 4 deletions .ci_support/pypi_vs_conda_names.json

This file was deleted.

79 changes: 0 additions & 79 deletions .ci_support/release.py

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
channel-priority: strict
auto-update-conda: true
environment-file: .ci_support/environment.yml
- name: Convert dependencies
run: |
cp .ci_support/environment-old.yml environment.yml
python .ci_support/release.py; cat pyproject.toml
- uses: pyiron/actions/update-pyproject-dependencies@actions-3.1.0
with:
lower-bound-yaml: .ci_support/environment-old.yml
semantic-upper-bound: 'patch'
- name: Build
shell: bash -l {0}
run: |
Expand Down

0 comments on commit aa1693b

Please sign in to comment.